diff --git a/.openpublishing.build.ps1 b/.openpublishing.build.ps1 deleted file mode 100644 index aadef7620..000000000 --- a/.openpublishing.build.ps1 +++ /dev/null @@ -1,17 +0,0 @@ -param( - [string]$buildCorePowershellUrl = "https://opbuildstorageprod.blob.core.windows.net/opps1container/.openpublishing.buildcore.ps1", - [string]$parameters -) -# Main -$errorActionPreference = 'Stop' - -# Step-1: Download buildcore script to local -echo "download build core script to local with source url: $buildCorePowershellUrl" -$repositoryRoot = Split-Path -Parent $MyInvocation.MyCommand.Definition -$buildCorePowershellDestination = "$repositoryRoot\.openpublishing.buildcore.ps1" -Invoke-WebRequest $buildCorePowershellUrl -OutFile "$buildCorePowershellDestination" - -# Step-2: Run build core -echo "run build core script with parameters: $parameters" -& "$buildCorePowershellDestination" "$parameters" -exit $LASTEXITCODE diff --git a/docs/behaviors/AutoSelectBehavior.md b/docs/behaviors/AutoSelectBehavior.md index 19900f421..9b891abe9 100644 --- a/docs/behaviors/AutoSelectBehavior.md +++ b/docs/behaviors/AutoSelectBehavior.md @@ -30,11 +30,11 @@ In this example using the `AutoSelectBehavior` the textbox content will be autom ## Sample Project -[AutoSelect behavior sample page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.0.1/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/AutoSelectBehavior). You can [see this in action](uwpct://Helpers?sample=AutoSelectBehavior) in [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). +[AutoSelect behavior sample page Source](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/AutoSelectBehavior). You can [see this in action](uwpct://Helpers?sample=AutoSelectBehavior) in [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). ## Source Code -- [AutoSelect behavior source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.0.1/Microsoft.Toolkit.Uwp.UI.Behaviors/Select/AutoSelectBehavior.cs) +- [AutoSelect behavior source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Behaviors/Select/AutoSelectBehavior.cs) ## Related Topics diff --git a/docs/brushes/AcrylicBrush.md b/docs/brushes/AcrylicBrush.md index 58cc3d2ee..d221bfce8 100644 --- a/docs/brushes/AcrylicBrush.md +++ b/docs/brushes/AcrylicBrush.md @@ -71,5 +71,5 @@ Brush brush = PipelineBuilder.FromBackdropAcrylic( ## Related Topics -* [Win2D GaussianBlurEffect reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_GaussianBlurEffect.htm) +* [Win2D GaussianBlurEffect reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_GaussianBlurEffect.htm) * [XamlCompositionBrushBase Examples](/uwp/api/windows.ui.xaml.media.xamlcompositionbrushbase#examples) diff --git a/docs/brushes/BackdropBlurBrush.md b/docs/brushes/BackdropBlurBrush.md index 16b75a588..f1d1eaad3 100644 --- a/docs/brushes/BackdropBlurBrush.md +++ b/docs/brushes/BackdropBlurBrush.md @@ -49,5 +49,5 @@ The [BackdropBlurBrush](/dotnet/api/microsoft.toolkit.uwp.ui.media.backdropblurb ## Related Topics -* [Win2D GaussianBlurEffect reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_GaussianBlurEffect.htm) +* [Win2D GaussianBlurEffect reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_GaussianBlurEffect.htm) * [XamlCompositionBrushBase Examples](/uwp/api/windows.ui.xaml.media.xamlcompositionbrushbase#examples) diff --git a/docs/brushes/BackdropGammaTransferBrush.md b/docs/brushes/BackdropGammaTransferBrush.md index 151ddbfa6..ee6807a14 100644 --- a/docs/brushes/BackdropGammaTransferBrush.md +++ b/docs/brushes/BackdropGammaTransferBrush.md @@ -30,7 +30,7 @@ To apply a red hue: ## Properties -See the property reference for the [GammaTransferEffect](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_GammaTransferEffect.htm). +See the property reference for the [GammaTransferEffect](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_GammaTransferEffect.htm). All Amplitude, Disable, Exponent, and Offset properties are available for the Alpha, Red, Green, and Blue channels. @@ -51,4 +51,4 @@ All Amplitude, Disable, Exponent, and Offset properties are available for the Al ## Related Topics -* [Win2D GammaTransferEffect reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_GammaTransferEffect.htm) +* [Win2D GammaTransferEffect reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_GammaTransferEffect.htm) diff --git a/docs/brushes/BackdropInvertBrush.md b/docs/brushes/BackdropInvertBrush.md index cae199e47..74295fe79 100644 --- a/docs/brushes/BackdropInvertBrush.md +++ b/docs/brushes/BackdropInvertBrush.md @@ -43,5 +43,5 @@ The [BackdropInvertBrush](/dotnet/api/microsoft.toolkit.uwp.ui.media.backdropinv ## Related Topics -* [Win2D InvertEffect reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_InvertEffect.htm) +* [Win2D InvertEffect reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_InvertEffect.htm) * [Working with Brushes and Content – XAML and Visual Layer Interop, Part One](https://blogs.windows.com/buildingapps/2017/07/18/working-brushes-content-xaml-visual-layer-interop-part-one/#c57zf3bW4ylLlSvJ.97) diff --git a/docs/brushes/BackdropSaturationBrush.md b/docs/brushes/BackdropSaturationBrush.md index b15aa3333..2f6c2f675 100644 --- a/docs/brushes/BackdropSaturationBrush.md +++ b/docs/brushes/BackdropSaturationBrush.md @@ -49,4 +49,4 @@ The [BackdropSaturationBrush](/dotnet/api/microsoft.toolkit.uwp.ui.media.backdro ## Related Topics -* [Win2D SaturationEffect reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_SaturationEffect.htm) +* [Win2D SaturationEffect reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_SaturationEffect.htm) diff --git a/docs/brushes/BackdropSepiaBrush.md b/docs/brushes/BackdropSepiaBrush.md index 530b754ea..394569996 100644 --- a/docs/brushes/BackdropSepiaBrush.md +++ b/docs/brushes/BackdropSepiaBrush.md @@ -49,4 +49,4 @@ The [BackdropSepiaBrush](/dotnet/api/microsoft.toolkit.uwp.ui.media.backdropsepi ## Related Topics -* [Win2D SepiaEffect reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_SepiaEffect.htm) +* [Win2D SepiaEffect reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_SepiaEffect.htm) diff --git a/docs/brushes/ImageBlendBrush.md b/docs/brushes/ImageBlendBrush.md index 4d047da8f..eb8365f39 100644 --- a/docs/brushes/ImageBlendBrush.md +++ b/docs/brushes/ImageBlendBrush.md @@ -35,7 +35,7 @@ The [ImageBlendBrush](/dotnet/api/microsoft.toolkit.uwp.ui.media.imageblendbrush | -- | -- | -- | | Source | Windows.UI.Xaml.Media.ImageSource | The `ImageSource` property specifies which image to use for the effect. It is assumed it will resolve to a [BitmapImage](/uwp/api/windows.ui.xaml.media.imaging.bitmapimage). | | Stretch | Windows.UI.Xaml.Media.Stretch | The `Stretch` property specifies how the image should stretch to its container. Requires 10.0.16299 or higher for modes other than None (default). | -| Mode | [ImageBlendMode](/dotnet/api/microsoft.toolkit.uwp.ui.media.imageblendmode) | The `ImageBlendMode` property specifies how the image should be blended with the backdrop. See the [BlendEffectMode](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_BlendEffectMode.htm) reference. | +| Mode | [ImageBlendMode](/dotnet/api/microsoft.toolkit.uwp.ui.media.imageblendmode) | The `ImageBlendMode` property specifies how the image should be blended with the backdrop. See the [BlendEffectMode](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_BlendEffectMode.htm) reference. | ## Sample Project @@ -55,6 +55,6 @@ The [ImageBlendBrush](/dotnet/api/microsoft.toolkit.uwp.ui.media.imageblendbrush ## Related Topics * [BitmapImage](/uwp/api/windows.ui.xaml.media.imaging.bitmapimage) -* [Win2D BlendEffect reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_BlendEffect.htm) -* [BlendEffectMode reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_BlendEffectMode.htm) +* [Win2D BlendEffect reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_BlendEffect.htm) +* [BlendEffectMode reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_BlendEffectMode.htm) * [Working with Brushes and Content – XAML and Visual Layer Interop, Part One](https://blogs.windows.com/buildingapps/2017/07/18/working-brushes-content-xaml-visual-layer-interop-part-one/#c57zf3bW4ylLlSvJ.97) diff --git a/docs/brushes/PipelineBrush.md b/docs/brushes/PipelineBrush.md index 94283063c..a777e9c2c 100644 --- a/docs/brushes/PipelineBrush.md +++ b/docs/brushes/PipelineBrush.md @@ -85,5 +85,5 @@ Brush brush = ## Related Topics -* [Win2D GaussianBlurEffect reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Effects_GaussianBlurEffect.htm) +* [Win2D GaussianBlurEffect reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Effects_GaussianBlurEffect.htm) * [XamlCompositionBrushBase Examples](/uwp/api/windows.ui.xaml.media.xamlcompositionbrushbase#examples) diff --git a/docs/brushes/RadialGradientBrush.md b/docs/brushes/RadialGradientBrush.md index f6a301e5b..4297f2359 100644 --- a/docs/brushes/RadialGradientBrush.md +++ b/docs/brushes/RadialGradientBrush.md @@ -84,4 +84,4 @@ The Animation or Binding of *GradientStop* `Offset` and `Color` properties is no - [Brush](/uwp/api/windows.ui.xaml.media.brush) - [System.Windows.Media.RadialGradientBrush](/dotnet/api/system.windows.media.radialgradientbrush) -- [Win2D CanvasRadialGradientBrush reference](https://microsoft.github.io/Win2D/html/T_Microsoft_Graphics_Canvas_Brushes_CanvasRadialGradientBrush.htm) +- [Win2D CanvasRadialGradientBrush reference](https://microsoft.github.io/Win2D/WinUI2/html/T_Microsoft_Graphics_Canvas_Brushes_CanvasRadialGradientBrush.htm) diff --git a/docs/controls/BladeView.md b/docs/controls/BladeView.md index 65a8092c3..6732a8252 100644 --- a/docs/controls/BladeView.md +++ b/docs/controls/BladeView.md @@ -10,7 +10,7 @@ dev_langs: # BladeView -The [BladeView](/dotnet/api/microsoft.toolkit.uwp.ui.controls.bladeview) control provides a horizontal collection of [BladeItems](/dotnet/api/microsoft.toolkit.uwp.ui.controls.bladeitem) for drilling into detailed scenarios. The control is based on how the Azure Portal works. +The [BladeView](/dotnet/api/microsoft.toolkit.uwp.ui.controls.bladeview) control provides a horizontal collection of [BladeItems](/dotnet/api/microsoft.toolkit.uwp.ui.controls.bladeitem) for drilling into detailed scenarios. The control is based on how the Azure Portal works. > [!div class="nextstepaction"] > [Try it in the sample app](uwpct://Controls?sample=BladeView) @@ -99,7 +99,7 @@ The [BladeView](/dotnet/api/microsoft.toolkit.uwp.ui.controls.bladeview) control ## Default Template -[BladeView XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/BladeView/BladeView.xaml) is the XAML template used in the toolkit for the default styling. +[BladeView XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/BladeView/BladeView.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/Carousel.md b/docs/controls/Carousel.md index abbef6787..7d02f49b7 100644 --- a/docs/controls/Carousel.md +++ b/docs/controls/Carousel.md @@ -71,7 +71,7 @@ The `Carousel` control works fine with mouse, touch, mouse and keyboard as well. ## Default Template -[Carousel XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/Carousel/Carousel.xaml) is the XAML template used in the toolkit for the default styling. +[Carousel XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/Carousel/Carousel.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/DropShadowPanel.md b/docs/controls/DropShadowPanel.md index 6f5884920..0823fe290 100644 --- a/docs/controls/DropShadowPanel.md +++ b/docs/controls/DropShadowPanel.md @@ -65,11 +65,11 @@ The [DropShadowPanel](/dotnet/api/microsoft.toolkit.uwp.ui.controls.dropshadowpa ## Sample Project -[DropShadowPanel Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/DropShadowPanel). You can [see this in action](uwpct://Controls?sample=DropShadowPanel) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). +[DropShadowPanel Sample Page Source](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/Shadows). You can [see this in action](uwpct://Controls?sample=DropShadowPanel) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). ## Default Template -[DropShadowPanel XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/DropShadowPanel/DropShadowPanel.xaml) is the XAML template used in the toolkit for the default styling. +[DropShadowPanel XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/DropShadowPanel/DropShadowPanel.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/Expander.md b/docs/controls/Expander.md index 480d2fa87..2afff159c 100644 --- a/docs/controls/Expander.md +++ b/docs/controls/Expander.md @@ -99,7 +99,7 @@ For instance to remove the header entirely from the Expander: ## Default Template -[Expander XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/Expander/Expander.xaml) is the XAML template used in the toolkit for the default styling. +[Expander XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/Expander/Expander.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/GridSplitter.md b/docs/controls/GridSplitter.md index 593d38779..3e39e6236 100644 --- a/docs/controls/GridSplitter.md +++ b/docs/controls/GridSplitter.md @@ -105,7 +105,7 @@ The following sample demonstrates how to add Grid Splitter Control ## Default Template -[GridSplitter XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/GridSplitter/GridSplitter.xaml) is the XAML template used in the toolkit for the default styling. +[GridSplitter XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/GridSplitter/GridSplitter.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/HeaderedContentControl.md b/docs/controls/HeaderedContentControl.md index 4379086f8..c826b18df 100644 --- a/docs/controls/HeaderedContentControl.md +++ b/docs/controls/HeaderedContentControl.md @@ -74,7 +74,7 @@ The [HeaderedContentControl](/dotnet/api/microsoft.toolkit.uwp.ui.controls.heade ## Default Template -[HeaderedContentControl XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedContentControl/HeaderedContentControl.xaml) is the XAML template used in the toolkit for the default styling. +[HeaderedContentControl XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/HeaderedContentControl/HeaderedContentControl.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/HeaderedItemsControl.md b/docs/controls/HeaderedItemsControl.md index 1a5cacbe5..2c26ecaa3 100644 --- a/docs/controls/HeaderedItemsControl.md +++ b/docs/controls/HeaderedItemsControl.md @@ -76,7 +76,7 @@ The [HeaderedItemsControl](/dotnet/api/microsoft.toolkit.uwp.ui.controls.headere ## Default Template -[HeaderedItemsControl XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedItemsControl/HeaderedItemsControl.xaml) is the XAML template used in the toolkit for the default styling. +[HeaderedItemsControl XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/HeaderedItemsControl/HeaderedItemsControl.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/HeaderedTextBlock.md b/docs/controls/HeaderedTextBlock.md index a9a522945..147b574e9 100644 --- a/docs/controls/HeaderedTextBlock.md +++ b/docs/controls/HeaderedTextBlock.md @@ -39,11 +39,11 @@ The [HeaderedTextBlock](/dotnet/api/microsoft.toolkit.uwp.ui.controls.headeredte ## Sample Project -[HeaderedTextBlock Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/HeaderedTextBlock). You can [see this in action](uwpct://Controls?sample=HeaderedTextBlock) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). +[HeaderedTextBlock Sample Page Source](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/6.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/HeaderedTextBlock). You can [see this in action](uwpct://Controls?sample=HeaderedTextBlock) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). ## Default Template -[HeaderedTextBlock XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedTextBlock/HeaderedTextBlock.xaml) is the XAML template used in the toolkit for the default styling. +[HeaderedTextBlock XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedTextBlock/HeaderedTextBlock.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements @@ -54,4 +54,4 @@ The [HeaderedTextBlock](/dotnet/api/microsoft.toolkit.uwp.ui.controls.headeredte ## API -* [HeaderedTextBlock source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedTextBlock) +* [HeaderedTextBlock source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedTextBlock/) diff --git a/docs/controls/ImageCropper.md b/docs/controls/ImageCropper.md index aabcb51be..a9fcbe547 100644 --- a/docs/controls/ImageCropper.md +++ b/docs/controls/ImageCropper.md @@ -125,7 +125,7 @@ ImageCropper.AspectRatio = Nothing ## Default Template -[ImageCropper XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ImageCropper/ImageCropper.xaml) is the XAML template used in the toolkit for the default styling. +[ImageCropper XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Media/ImageCropper/ImageCropper.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/InAppNotification.md b/docs/controls/InAppNotification.md index 05d16b669..e566054da 100644 --- a/docs/controls/InAppNotification.md +++ b/docs/controls/InAppNotification.md @@ -238,7 +238,7 @@ You can change this behavior with one of these values: If you want to add styles to the Toolkit, please follow these steps : -1. Create a `ResourceDictionary` file in [Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/Styles/](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/Styles) folder +1. Create a `ResourceDictionary` file in [Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/Styles/](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/InAppNotification/Styles) folder 2. Create a new `Style` with `TargetType="local:InAppNotification"` 3. Create a new `ControlTemplate` with `TargetType="local:InAppNotification"` and add a `ContentPresenter` inside the Template 4. Do not forget to set the `Template` property inside your `Style` resource diff --git a/docs/controls/InfiniteCanvas.md b/docs/controls/InfiniteCanvas.md index 66b3a57e6..5a9166a55 100644 --- a/docs/controls/InfiniteCanvas.md +++ b/docs/controls/InfiniteCanvas.md @@ -71,7 +71,7 @@ The following sample demonstrates how to add InfiniteCanvas Control ## Default Template -[InfiniteCanvas XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/InfiniteCanvas/InfiniteCanvas.xaml) is the XAML template used in the toolkit for the default styling. +[InfiniteCanvas XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Media/InfiniteCanvas/InfiniteCanvas.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/Loading.md b/docs/controls/Loading.md index b5dc17d01..36b7ddbbf 100644 --- a/docs/controls/Loading.md +++ b/docs/controls/Loading.md @@ -72,7 +72,7 @@ LoadingControl.IsLoading = true ## Default Template -[Loading XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/Loading/Loading.xaml) is the XAML template used in the toolkit for the default styling. +[Loading XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/Loading/Loading.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/MarkdownTextBlock.md b/docs/controls/MarkdownTextBlock.md index 4a6e013ac..195e09bf4 100644 --- a/docs/controls/MarkdownTextBlock.md +++ b/docs/controls/MarkdownTextBlock.md @@ -212,8 +212,8 @@ block.SetRenderer(); This will likely require intimate knowledge of the implementation of the `MarkdownRenderer`, take a look at the following: -- [MarkdownRenderer and Helpers](https://github.com/windows-toolkit/WindowsCommunityToolit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/MarkdownTextBlock/Render) -- [Sample App custom markdown renderer](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/Controls/SampleAppMarkdownRenderer) +- MarkdownRenderer and Helpers (`https://github.com/windows-toolkit/WindowsCommunityToolit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/MarkdownTextBlock/Render`) +- [Sample App custom markdown renderer](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/6.1.1/Microsoft.Toolkit.Uwp.SampleApp/Controls/SampleAppMarkdownRenderer.cs) ## Sample Project @@ -221,7 +221,7 @@ This will likely require intimate knowledge of the implementation of the `Markdo ## Default Template -[MarkdownTextBlock XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/MarkdownTextBlock/MarkdownTextBlock.xaml) is the XAML template used in the toolkit for the default styling. +[MarkdownTextBlock XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/MarkdownTextBlock/MarkdownTextBlock.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/Menu.md b/docs/controls/Menu.md index 20a5f1568..8740d3b9d 100644 --- a/docs/controls/Menu.md +++ b/docs/controls/Menu.md @@ -149,7 +149,7 @@ internal class NewProjectCommand : ICommand ## Default Template -[Menu XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/Menu/Menu.xaml) is the XAML template used in the toolkit for the default styling. +[Menu XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/Menu/Menu.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/OrbitView.md b/docs/controls/OrbitView.md index f0ee2b775..c590d35eb 100644 --- a/docs/controls/OrbitView.md +++ b/docs/controls/OrbitView.md @@ -137,7 +137,7 @@ The following sample demonstrates how to add OrbitView Control. ## Default Template -[OrbitView XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/OrbitView/OrbitView.xaml) is the XAML template used in the toolkit for the default styling. +[OrbitView XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/OrbitView/OrbitView.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/RadialGauge.md b/docs/controls/RadialGauge.md index e7fe05d6d..2e16b4f47 100644 --- a/docs/controls/RadialGauge.md +++ b/docs/controls/RadialGauge.md @@ -65,7 +65,7 @@ The Radial Gauge supports animated transitions between configuration states. The ## Control style and template -You can modify the default [Style](/uwp/api/windows.ui.xaml.style) and [ControlTemplate](/uwp/api/windows.ui.xaml.controls.controltemplate) to give the control a unique appearance. For information about modifying a control's style and template, see [Styling controls](/windows/uwp/design/controls-and-patterns/xaml-styles). The default style, template, and resources that define the look of the control are included in the RadialGauge.xaml file. For design purposes, RadialGauge.xaml is available on [GitHub](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RadialGauge/RadialGauge.xaml). Styles and resources from different versions of the SDK might have different values. +You can modify the default [Style](/uwp/api/windows.ui.xaml.style) and [ControlTemplate](/uwp/api/windows.ui.xaml.controls.controltemplate) to give the control a unique appearance. For information about modifying a control's style and template, see [Styling controls](/windows/uwp/design/controls-and-patterns/xaml-styles). The default style, template, and resources that define the look of the control are included in the RadialGauge.xaml file. For design purposes, RadialGauge.xaml is available on [GitHub](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/RadialGauge/RadialGaugePage.xaml). Styles and resources from different versions of the SDK might have different values. Starting in Toolkit version 2.2, RadialGauge.xaml includes resources that you can use to modify the colors of a control in different visual states without modifying the control template. In apps that target this software development kit (SDK) or later, modifying these resources is preferred to setting properties such as Background and Foreground. For more info, see the Light-weight styling section of the Styling controls article. @@ -82,7 +82,7 @@ This table shows the resources used by the [RadialGauge](/dotnet/api/microsoft.t ## Default Template -[RadialGauge XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0//Microsoft.Toolkit.Uwp.UI.Controls/RadialGauge/RadialGauge.xaml) is the XAML template used in the toolkit for the default styling. +[RadialGauge XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/RadialGauge/RadialGaugePage.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/RadialProgressBar.md b/docs/controls/RadialProgressBar.md index a109ec1e1..2221017b7 100644 --- a/docs/controls/RadialProgressBar.md +++ b/docs/controls/RadialProgressBar.md @@ -49,7 +49,7 @@ The control uses the same dependency properties as the standard Progress Bar, wi ## Default Template -[RadialProgressBar XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RadialProgressBar/RadialProgressBar.xaml) is the XAML template used in the toolkit for the default styling. +[RadialProgressBar XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/RadialProgressBar/RadialProgressBar.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/RangeSelector.md b/docs/controls/RangeSelector.md index 66006a58e..5b26361b4 100644 --- a/docs/controls/RangeSelector.md +++ b/docs/controls/RangeSelector.md @@ -77,7 +77,7 @@ End Sub ## Default Template -[RangeSelector XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RangeSelector/RangeSelector.xaml) is the XAML template used in the toolkit for the default styling. +[RangeSelector XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Input/RangeSelector/RangeSelector.xaml) is the XAML template used in the toolkit for the default styling. ## Source code diff --git a/docs/controls/RemoteDevicePicker.md b/docs/controls/RemoteDevicePicker.md index 5dc3ce705..990f32046 100644 --- a/docs/controls/RemoteDevicePicker.md +++ b/docs/controls/RemoteDevicePicker.md @@ -55,7 +55,7 @@ await new MessageDialog($"You picked {remoteSystems.Count().ToString()} Device(s ## Default Template -[RemoteDevicePicker XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RemoteDevicePicker/RemoteDevicePicker.xaml) is the XAML template used in the toolkit for the default styling. +[RemoteDevicePicker XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Input/RemoteDevicePicker/RemoteDevicePicker.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements @@ -71,7 +71,7 @@ await new MessageDialog($"You picked {remoteSystems.Count().ToString()} Device(s ## Related Topics * [Project Rome](https://developer.microsoft.com/windows/project-rome) -* [Remote Systems Sample](https://github.com/Microsoft/Windows-universal-samples/tree/rel/7.1.0/Samples/RemoteSystems) +* [Remote Systems Sample](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/RemoteSystems) * [Connected apps and devices (Project Rome)](/windows/uwp/launch-resume/connected-apps-and-devices) * [Communicate with a remote app service](/windows/uwp/launch-resume/communicate-with-a-remote-app-service) -* [AppServices Sample](https://github.com/Microsoft/Windows-universal-samples/tree/rel/7.1.0/Samples/AppServices) +* [AppServices Sample](https://github.com/microsoft/Windows-universal-samples/tree/main/Samples/AppServices) diff --git a/docs/controls/RotatorTile.md b/docs/controls/RotatorTile.md index 0b6cb4959..9c812c271 100644 --- a/docs/controls/RotatorTile.md +++ b/docs/controls/RotatorTile.md @@ -47,7 +47,7 @@ The [Rotator Tile Control](/dotnet/api/microsoft.toolkit.uwp.ui.controls.rotator ## Default Template -[RotatorTile XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/RotatorTile/RotatorTile.xaml) is the XAML template used in the toolkit for the default styling. +[RotatorTile XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/RotatorTile/RotatorTile.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/ScrollHeader.md b/docs/controls/ScrollHeader.md index 775166880..a67c13ec9 100644 --- a/docs/controls/ScrollHeader.md +++ b/docs/controls/ScrollHeader.md @@ -56,7 +56,7 @@ The [ScrollHeader](/dotnet/api/microsoft.toolkit.uwp.ui.controls.scrollheader) c ## Default Template -[ScrollHeader XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader/ScrollHeader.xaml) is the XAML template used in the toolkit for the default styling. +ScrollHeader XAML File [ScrollHeader XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader/ScrollHeader.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements @@ -67,4 +67,4 @@ The [ScrollHeader](/dotnet/api/microsoft.toolkit.uwp.ui.controls.scrollheader) c ## API -* [ScrollHeader source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader) +* ScrollHeader source code [ScrollHeader source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader) diff --git a/docs/controls/StaggeredPanel.md b/docs/controls/StaggeredPanel.md index a4f6001f2..33c19556e 100644 --- a/docs/controls/StaggeredPanel.md +++ b/docs/controls/StaggeredPanel.md @@ -48,7 +48,7 @@ The [StaggeredPanel](/dotnet/api/microsoft.toolkit.uwp.ui.controls.staggeredpane ## Default Template -[StaggeredPanel XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/StaggeredPanel/StaggeredPanel.xaml) is the XAML template used in the toolkit for the default styling. +StaggeredPanel XAML File `(https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/StaggeredPanel/StaggeredPanel.xaml)` is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/TabView.md b/docs/controls/TabView.md index e880c6f99..cc2637c66 100644 --- a/docs/controls/TabView.md +++ b/docs/controls/TabView.md @@ -133,11 +133,11 @@ The TabView supports data binding as well. The following example shows binding ## Sample Project -[TabView Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TabView). You can [see this in action](uwpct://Controls?sample=TabView) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). +TabView Sample Page Source [TabView Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/6.1.1/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TabView). You can [see this in action](uwpct://Controls?sample=TabView) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). ## Default Template -[TabView XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/TabView/TabView.xaml) is the XAML template used in the toolkit for the default styling. +TabView XAML File [TabView XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/6.1.1/Microsoft.Toolkit.Uwp.UI.Controls/TabView/TabView.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements @@ -148,7 +148,7 @@ The TabView supports data binding as well. The following example shows binding ## API -- [TabView source code](https://github.com/microsoft/microsoft-ui-xaml/tree/rel/7.1.0/dev/TabView) +- TabView source code [TabView source code](https://github.com/microsoft/microsoft-ui-xaml/tree/main/dev/TabView) ## Related Topics diff --git a/docs/controls/TextToolbar.md b/docs/controls/TextToolbar.md index 954ab59c2..9a6f4e698 100644 --- a/docs/controls/TextToolbar.md +++ b/docs/controls/TextToolbar.md @@ -39,7 +39,6 @@ You can also Remove Default Buttons from any format, or Add Custom buttons to an | Editor | RichEditBox | Gets or sets the RichEditBox to Attach to, this is required for any formatting to work | | Format | [Format](/dotnet/api/microsoft.toolkit.uwp.ui.controls.texttoolbarformats.format) | Gets or sets which formatter to use, and which buttons to provide | | Formatter | [Formatter](/dotnet/api/microsoft.toolkit.uwp.ui.controls.texttoolbarformats.formatter) | Gets or sets the formatter which is used to format the text from the buttons | -| Labels | [TextToolbarStrings](/dotnet/api/microsoft.toolkit.uwp.ui.controls.texttoolbarstrings) | Gets or sets the default string Labels | | LastKeyPress | [VirtualKey](/uwp/api/Windows.System.VirtualKey) | Gets the last key pressed using the Editor | | ShiftKeyDown | bool | Gets a value indicating whether Shift is pressed down | | UseURIChecker | bool | Gets or sets a value indicating whether to enable use of URI Checker for Link Creator. This allows you to verify Absolute URIs, before creating the Link | @@ -53,13 +52,13 @@ When you create the Class, you will need to override the `DefaultButtons` Proper If you want to use a Common Button Template, such as Bold, Italics, etc. You can get those by Instantiating a `CommonButtons` Instance in your Formatter Class, however, you will need to implement the **ButtonActions** Class, and Instantiate it in your Formatter's `ButtonActions` property, or replace the `Action`/`Shift Action` Property on each button you use. _See the MarkDownFormatter Class for reference on how to create a Formatter:_ -[MarkDownFormatter Code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/TextToolbar/Formats/MarkDown) +[MarkDownFormatter Code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/TextToolbar/Formats/MarkDown/MarkDownFormatter.cs) _See the Sample Formatter Class from the Sample App:_ [SampleFormatter Code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TextToolbar/SampleFormatter.cs) _Available CommonButtons:_ -[CommonButton Definitions](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/TextToolbar/ToolbarItems/Common) +[CommonButton Definitions](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/TextToolbar/ToolbarItems/Common/CommonButtons.cs) ## Examples diff --git a/docs/controls/TileControl.md b/docs/controls/TileControl.md index 896160d09..02a0516dd 100644 --- a/docs/controls/TileControl.md +++ b/docs/controls/TileControl.md @@ -52,7 +52,7 @@ The [TileControl](/dotnet/api/microsoft.toolkit.uwp.ui.controls.tilecontrol) is ## Default Template -[TileControl XAML File](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/TileControl/TileControl.xaml) is the XAML template used in the toolkit for the default styling. +[TileControl XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Core/TileControl/TileControl.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements diff --git a/docs/controls/layout/StaggeredLayout.md b/docs/controls/layout/StaggeredLayout.md index 4ea2cecac..d2b3ce9f0 100644 --- a/docs/controls/layout/StaggeredLayout.md +++ b/docs/controls/layout/StaggeredLayout.md @@ -53,4 +53,4 @@ The [StaggeredLayout](/dotnet/api/microsoft.toolkit.uwp.ui.controls.StaggeredLay ## API -- [StaggeredLayout](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/StaggeredLayout) +- [StaggeredLayout](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Primitives/StaggeredLayout) diff --git a/docs/controls/layout/WrapLayout.md b/docs/controls/layout/WrapLayout.md index b9c380b20..8e6816a2f 100644 --- a/docs/controls/layout/WrapLayout.md +++ b/docs/controls/layout/WrapLayout.md @@ -99,4 +99,4 @@ The following example of adding the WrapLayout layout panel. ## API -* [WrapLayout source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/WrapLayout) +* [WrapLayout source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/WrapLayout) diff --git a/docs/docfx.json b/docs/docfx.json index 0979d21f8..5b0cad4ee 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -38,7 +38,7 @@ "searchScope": [ "windows-toolkit" ], - "feedback_system": "GitHub", + "feedback_system": "None", "feedback_github_repo": "MicrosoftDocs/WindowsCommunityToolkitDocs", "feedback_product_url": "https://github.com/windows-toolkit/WindowsCommunityToolkit/issues", "uhfHeaderId": "MSDocsHeader-Windows", @@ -48,6 +48,7 @@ "author": "michael-hawker", "ms.author": "mhawker", "ms.date": "09/23/2021", + "ROBOTS": "NOINDEX, NOFOLLOW", "breadcrumb_path": "/windows/communitytoolkit/breadcrumb/toc.json", "extendBreadcrumb": true }, diff --git a/docs/extensions/EnumValuesExtension.md b/docs/extensions/EnumValuesExtension.md index 0371838fd..f881e5b09 100644 --- a/docs/extensions/EnumValuesExtension.md +++ b/docs/extensions/EnumValuesExtension.md @@ -7,9 +7,9 @@ keywords: windows 10, uwp, uwp community toolkit, uwp toolkit, markup extension, # EnumValuesExtensions -The [`EnumValuesExtensions`](/dotnet/api/microsoft.toolkit.uwp.ui.EnumValuesExtensions) type implements a markup extension that returns a collection of values of a specific enum type. It can be useful to easily bind a collection of all possible values from a given enum type to a UI element such as a [`ComboBox`](/windows/uwp/design/controls-and-patterns/combo-box) or some other items container or selector control. +The [`EnumValuesExtensions`](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Markup/EnumValuesExtension.cs) type implements a markup extension that returns a collection of values of a specific enum type. It can be useful to easily bind a collection of all possible values from a given enum type to a UI element such as a [`ComboBox`](/windows/uwp/design/controls-and-patterns/combo-box) or some other items container or selector control. -> **Platform APIs:** [`EnumValuesExtensions`](/dotnet/api/microsoft.toolkit.uwp.ui.EnumValuesExtensions) +> **Platform APIs:** [EnumValuesExtensions](/dotnet/api/microsoft.toolkit.uwp.ui.EnumValuesExtension) ## Syntax diff --git a/docs/extensions/Hyperlink.md b/docs/extensions/Hyperlink.md index 7e69c9cf1..2db2f923e 100644 --- a/docs/extensions/Hyperlink.md +++ b/docs/extensions/Hyperlink.md @@ -35,4 +35,4 @@ The **Hyperlink extension** allows for a Hyperlink element to invoke the execute ## API -* [Hyperlink source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Hyperlink) +* Hyperlink source code [Hyperlink source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/HyperlinkExtensions.cs) diff --git a/docs/extensions/LogicalTree.md b/docs/extensions/LogicalTree.md index 0e2cbb097..fae994f25 100644 --- a/docs/extensions/LogicalTree.md +++ b/docs/extensions/LogicalTree.md @@ -94,7 +94,7 @@ Dim content = uiElement.GetContentControl() ## API -* [LogicalTree extensions source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Tree/LogicalTree.cs) +* LogicalTree extensions source code [LogicalTree extensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/UnitTests/UnitTests.UWP/Extensions/Test_LogicalTreeExtensions.cs) ## Related Topics diff --git a/docs/extensions/MatrixExtensions.md b/docs/extensions/MatrixExtensions.md index ccd01322d..896d5045e 100644 --- a/docs/extensions/MatrixExtensions.md +++ b/docs/extensions/MatrixExtensions.md @@ -35,7 +35,7 @@ The [`MatrixExtensions`](/dotnet/api/microsoft.toolkit.uwp.ui.matrixextensions) ## API Source Code -- [MatrixExtensions source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit/Extensions/Media/MatrixExtensions.cs) +- [MatrixExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Media/MatrixExtensions.cs) ## Related Topics diff --git a/docs/extensions/MatrixHelperEx.md b/docs/extensions/MatrixHelperEx.md index c97bb10a1..af0158d67 100644 --- a/docs/extensions/MatrixHelperEx.md +++ b/docs/extensions/MatrixHelperEx.md @@ -10,7 +10,7 @@ dev_langs: # MatrixHelperEx > [!WARNING] -> This type has been removed from the Windows Community Toolkit, please use the [`MatrixExtensions`](/dotnet/api/microsoft.toolkit.uwp.ui.media.MatrixExtensions) type instead. +> This type has been removed from the Windows Community Toolkit, please use the [`MatrixExtensions`](/windows/communitytoolkit/extensions/matrixextensions) type instead. [MatrixHelperEx](/dotnet/api/microsoft.toolkit.uwp.ui.extensions.matrixhelperex) provides extra methods for various matrix operations. @@ -31,7 +31,7 @@ dev_langs: ## API Source Code -- [MatrixHelperEx source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit/Extensions/Media/MatrixHelperEx.cs) +- [MatrixHelperEx source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/6.1.1/Microsoft.Toolkit.Uwp.UI/Extensions/Media/MatrixHelperEx.cs) ## Related Topics diff --git a/docs/extensions/MouseCursor.md b/docs/extensions/MouseCursor.md index 57bb70fe3..328edbd61 100644 --- a/docs/extensions/MouseCursor.md +++ b/docs/extensions/MouseCursor.md @@ -65,4 +65,4 @@ Because the UWP framework does not support metadata on Attached Properties, spec ## API -* [Mouse.Cursor source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Mouse) +* [Mouse.Cursor source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/6.1.1/Microsoft.Toolkit.Uwp.UI/Extensions/Mouse) diff --git a/docs/extensions/NullableBoolMarkup.md b/docs/extensions/NullableBoolMarkup.md index ea25e0de7..58e8629fa 100644 --- a/docs/extensions/NullableBoolMarkup.md +++ b/docs/extensions/NullableBoolMarkup.md @@ -49,7 +49,7 @@ The [NullableBool Markup Extension](/dotnet/api/microsoft.toolkit.uwp.ui.extensi ## API Source Code -- [NullableBool source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Markup/NullableBool.cs) +- [NullableBool source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Markup/NullableBoolExtension.cs) ## Related Topics diff --git a/docs/extensions/OnDeviceMarkup.md b/docs/extensions/OnDeviceMarkup.md index 04a841bf4..b41af6c58 100644 --- a/docs/extensions/OnDeviceMarkup.md +++ b/docs/extensions/OnDeviceMarkup.md @@ -10,7 +10,7 @@ keywords: windows 10, uwp, uwp community toolkit, uwp toolkit, device family, ma > [!WARNING] > This docs page is outdated, please refer to the new one for the [`OnDeviceExtension`](OnDeviceExtension.md) type. -The [OnDevice Markup Extension](/dotnet/api/microsoft.toolkit.uwp.ui.extensions.ondevice) allows you to customize UI appearance on a per-DeviceFamily basis. It is inspired on the [OnPlatform](https://github.com/xamarin/Xamarin.Forms/issues/2608) markup extensions from Xamarin.Forms 3.2 +The [OnDevice Markup Extension](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Markup/OnDeviceExtension.cs) allows you to customize UI appearance on a per-DeviceFamily basis. It is inspired on the [OnPlatform](https://github.com/xamarin/Xamarin.Forms/issues/2608) markup extensions from Xamarin.Forms 3.2 > [!div class="nextstepaction"] > [Try it in the sample app](uwpct://Extensions?sample=OnDevice) diff --git a/docs/extensions/SurfaceDialTextboxHelper.md b/docs/extensions/SurfaceDialTextboxHelper.md index 34249887b..507bdbe5e 100644 --- a/docs/extensions/SurfaceDialTextboxHelper.md +++ b/docs/extensions/SurfaceDialTextboxHelper.md @@ -75,4 +75,4 @@ The [SurfaceDialTextbox XAML Property](/dotnet/api/microsoft.toolkit.uwp.ui.exte ## API -* [SurfaceDialTextbox source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/SurfaceDialTextbox) +* [SurfaceDialTextbox source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/TextBox/TextBoxExtensions.SurfaceDial.cs) diff --git a/docs/extensions/TextBoxMask.md b/docs/extensions/TextBoxMask.md index b3e079346..a310fce33 100644 --- a/docs/extensions/TextBoxMask.md +++ b/docs/extensions/TextBoxMask.md @@ -151,4 +151,4 @@ The following sample demonstrates how to add TextBoxMask property. ## API -* [TextBoxMask source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/TextBoxMask) +* [TextBoxMask source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/TextBox) diff --git a/docs/extensions/TextBoxRegex.md b/docs/extensions/TextBoxRegex.md index 228c8b4fc..bf0bb1e18 100644 --- a/docs/extensions/TextBoxRegex.md +++ b/docs/extensions/TextBoxRegex.md @@ -179,4 +179,4 @@ The following sample demonstrates how to add TextBoxRegex property. ## API -* [TextBoxRegex source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/TextBoxRegEx) +* [TextBoxRegex source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/TextBox) diff --git a/docs/extensions/TransformExtensions.md b/docs/extensions/TransformExtensions.md index 50bb60e5d..7ab792dd0 100644 --- a/docs/extensions/TransformExtensions.md +++ b/docs/extensions/TransformExtensions.md @@ -26,10 +26,10 @@ The Transform Extensions ([RotateTransformExtensions](/dotnet/api/microsoft.tool ## API Source Code -- [RotateTransformExtensions source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit/Extensions/Media/RotateTransformExtensions.cs) -- [ScaleTransformExtensions source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit/Extensions/Media/ScaleTransformExtensions.cs) -- [SkewTransformExtensions source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit/Extensions/Media/SkewTransformExtensions.cs) -- [TranslateTransformExtensions source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit/Extensions/Media/TranslateTransformExtensions.cs) +- [RotateTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Media/RotateTransformExtensions.cs) +- [ScaleTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Media/ScaleTransformExtensions.cs) +- [SkewTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Media/SkewTransformExtensions.cs) +- [TranslateTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Media/TranslateTransformExtensions.cs) ## Related Topics diff --git a/docs/extensions/VisualEx.md b/docs/extensions/VisualEx.md index 6ad465bb3..7428f6a54 100644 --- a/docs/extensions/VisualEx.md +++ b/docs/extensions/VisualEx.md @@ -87,4 +87,4 @@ The point about which rotation or scaling occurs, normalized between the values ## API -* [Visual extensions source code](https://github.com/Microsoft/UWPCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Visual/VisualEx.cs) +* [Visual extensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/VisualExtensions.cs) diff --git a/docs/extensions/VisualTree.md b/docs/extensions/VisualTree.md index fa05d1d3c..ab9fa65a5 100644 --- a/docs/extensions/VisualTree.md +++ b/docs/extensions/VisualTree.md @@ -82,7 +82,7 @@ control = uiElement.FindAscendant(Of ScrollViewer)() ## API -* [VisualTree extensions source code](https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Tree/VisualTree.cs) +* [VisualTree extensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/UnitTests/UnitTests.UWP/Extensions/Test_VisualTreeExtensions.cs) ## Related Topics diff --git a/docs/extensions/WebView.md b/docs/extensions/WebView.md index 5da4284c0..a69f75d9a 100644 --- a/docs/extensions/WebView.md +++ b/docs/extensions/WebView.md @@ -30,4 +30,4 @@ The **WebViewExtensions** allows attaching HTML content to a WebView. ## API -* [WebViewExtensions source code](https://github.com/Microsoft/UWPCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/WebView) +* [WebViewExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/WebViewExtensions.cs) diff --git a/docs/graph/controls/LoginButton.md b/docs/graph/controls/LoginButton.md index e826eff05..5c3922f77 100644 --- a/docs/graph/controls/LoginButton.md +++ b/docs/graph/controls/LoginButton.md @@ -53,7 +53,7 @@ Available in the `CommunityToolkit.Graph.Uwp` package. ## API -* [LoginButton source code](https://github.com/windows-toolkit/Graph-Controls/tree/dev/7.1.0/CommunityToolkit.Graph.Uwp/Controls/LoginButton) +* [LoginButton source code](https://github.com/windows-toolkit/Graph-Controls/tree/rel/7.1.0/CommunityToolkit.Graph.Uwp/Controls/LoginButton) ## Related Topics diff --git a/docs/graph/controls/PeoplePicker.md b/docs/graph/controls/PeoplePicker.md index 10143cbdc..1396dfac9 100644 --- a/docs/graph/controls/PeoplePicker.md +++ b/docs/graph/controls/PeoplePicker.md @@ -39,7 +39,7 @@ Available in the `CommunityToolkit.Graph.Uwp` package. ## API -* [PeoplePicker source code](https://github.com/windows-toolkit/Graph-Controls/tree/dev/7.1.0/CommunityToolkit.Graph.Uwp/Controls/PeoplePicker) +* [PeoplePicker source code](https://github.com/CommunityToolkit/Graph-Controls/tree/rel/7.1.0/CommunityToolkit.Graph.Uwp/Controls/PeoplePicker) ## Related Topics diff --git a/docs/graph/controls/PersonView.md b/docs/graph/controls/PersonView.md index d89a2cb89..d473f8ad0 100644 --- a/docs/graph/controls/PersonView.md +++ b/docs/graph/controls/PersonView.md @@ -44,7 +44,7 @@ Available in the `CommunityToolkit.Graph.Uwp` package. ## API -* [PersonView source code](https://github.com/windows-toolkit/Graph-Controls/tree/dev/7.1.0/CommunityToolkit.Graph.Uwp/Controls/PersonView) +* [PersonView source code](https://github.com/windows-toolkit/Graph-Controls/tree/rel/7.1.0/CommunityToolkit.Graph.Uwp/Controls/PersonView) ## Related Topics diff --git a/docs/index.md b/docs/index.md index 21f51d905..92027d8c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,12 +3,13 @@ title: Windows Community Toolkit Documentation author: nmetulev ms.topic: overview description: The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10. -keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit -ms.custom: RS5 --- # Windows Community Toolkit Documentation +> [!IMPORTANT] +> This Windows Community Toolkit documentation has moved! See the updated [Windows Community Toolkit documentation](/dotnet/communitytoolkit/windows/) in the .NET guidance. + The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10. The toolkit can be used to build apps for any Windows 10 device, including PC, Mobile, Xbox, IoT and HoloLens. You can also use the toolkit with an existing desktop app converted to UWP using the Desktop Bridge. diff --git a/dotnet/docfx.json b/dotnet/docfx.json index 0f4c4ac70..342368a59 100644 --- a/dotnet/docfx.json +++ b/dotnet/docfx.json @@ -49,7 +49,7 @@ "breadcrumb_path": "~/breadcrumb/toc.yml", "extendBreadcrumb": true, "apiPlatform": "dotnet", - "ms.topic": "managed-reference", + "ms.topic": "generated-reference", "products": ["https://authoring-docs-microsoft.poolparty.biz/devrel/bcbcbad5-4208-4783-8035-8481272c98b8"], "ms.author": "nikolame", "author": "dotnet-bot"