From 12e1448a1a05609f232284372152f9288ba96cd8 Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Tue, 7 Jun 2022 13:54:50 -0400 Subject: [PATCH 01/24] fixed broken links --- docs/behaviors/AutoSelectBehavior.md | 4 ++-- docs/brushes/AcrylicBrush.md | 2 +- docs/brushes/BackdropBlurBrush.md | 2 +- docs/brushes/BackdropGammaTransferBrush.md | 4 ++-- docs/brushes/BackdropInvertBrush.md | 2 +- docs/brushes/BackdropSaturationBrush.md | 2 +- docs/brushes/BackdropSepiaBrush.md | 2 +- docs/brushes/ImageBlendBrush.md | 6 +++--- docs/brushes/PipelineBrush.md | 2 +- docs/brushes/RadialGradientBrush.md | 2 +- docs/controls/BladeView.md | 2 +- docs/controls/Carousel.md | 2 +- docs/controls/DropShadowPanel.md | 4 ++-- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/behaviors/AutoSelectBehavior.md b/docs/behaviors/AutoSelectBehavior.md index 19900f421..86276d8ca 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/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). ## 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/747497aafbc1f3af1ab17ea48ac526b51528faa2/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..05729fcad 100644 --- a/docs/controls/BladeView.md +++ b/docs/controls/BladeView.md @@ -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..2896d7228 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.0.1/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). ## 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Core/DropShadowPanel/DropShadowPanel.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements From 1d491997e3586dbcded45a4cb1fd9fb134040c5a Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Tue, 7 Jun 2022 17:55:14 -0400 Subject: [PATCH 02/24] fixed broken links --- docs/controls/Expander.md | 2 +- docs/controls/GridSplitter.md | 2 +- docs/controls/HeaderedContentControl.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/controls/Expander.md b/docs/controls/Expander.md index 480d2fa87..60ef4042f 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/microsoft/microsoft-ui-xaml/blob/main/dev/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..287635ea3 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/f62a60bf2aec5a09c9bbbb480ead2b78224000d1/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..777430be8 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/HeaderedContentControl/HeaderedContentControlPage.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements From 3b9b6e63316d55f435e2a450abe4d54918553811 Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:14:23 -0400 Subject: [PATCH 03/24] fixed broken links --- docs/behaviors/AutoSelectBehavior.md | 2 +- docs/controls/BladeView.md | 2 +- docs/controls/HeaderedContentControl.md | 4 ++-- docs/controls/HeaderedItemsControl.md | 2 +- docs/controls/HeaderedTextBlock.md | 6 +++--- docs/controls/ImageCropper.md | 2 +- docs/controls/InAppNotification.md | 2 +- docs/controls/InfiniteCanvas.md | 2 +- docs/controls/Loading.md | 2 +- docs/controls/MarkdownTextBlock.md | 6 +++--- docs/controls/layout/StaggeredLayout.md | 2 +- docs/controls/layout/WrapLayout.md | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/behaviors/AutoSelectBehavior.md b/docs/behaviors/AutoSelectBehavior.md index 86276d8ca..8bdeb6556 100644 --- a/docs/behaviors/AutoSelectBehavior.md +++ b/docs/behaviors/AutoSelectBehavior.md @@ -30,7 +30,7 @@ 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/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). ## Source Code diff --git a/docs/controls/BladeView.md b/docs/controls/BladeView.md index 05729fcad..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) diff --git a/docs/controls/HeaderedContentControl.md b/docs/controls/HeaderedContentControl.md index 777430be8..6555183f0 100644 --- a/docs/controls/HeaderedContentControl.md +++ b/docs/controls/HeaderedContentControl.md @@ -70,11 +70,11 @@ The [HeaderedContentControl](/dotnet/api/microsoft.toolkit.uwp.ui.controls.heade ## Sample Project -[HeaderedContentControl Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/HeaderedContentControl). You can [see this in action](uwpct://Controls?sample=HeaderedContentControl) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). +[HeaderedContentControl Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/HeaderedContentControl). You can see this in action `(uwpct://Controls?sample=HeaderedContentControl)` in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). ## Default Template -[HeaderedContentControl XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/HeaderedContentControl/HeaderedContentControlPage.xaml) is the XAML template used in the toolkit for the default styling. +[HeaderedContentControl XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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 e2664143b..98a374c42 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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..270d3c658 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/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). ## 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/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. ## 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/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls/HeaderedTextBlock)` diff --git a/docs/controls/ImageCropper.md b/docs/controls/ImageCropper.md index aabcb51be..0fc2c34e5 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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..7e983ab75 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/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.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..42f3fca58 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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..8d52a8250 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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 b6b539077..9ad95bb2a 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/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/Controls/SampleAppMarkdownRenderer)` ## 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/2b124ff5e7ebc2061f64a3dff7953f1c1f548807/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/layout/StaggeredLayout.md b/docs/controls/layout/StaggeredLayout.md index 4ea2cecac..4410e706b 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/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/StaggeredLayout)` diff --git a/docs/controls/layout/WrapLayout.md b/docs/controls/layout/WrapLayout.md index b9c380b20..ac000df82 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/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI.Controls.Layout/WrapLayout)` From 4f06bc613f89c5b20e5f5df163d032cbebdae69e Mon Sep 17 00:00:00 2001 From: Ken Turetzky <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:49:29 -0400 Subject: [PATCH 04/24] Update docs/controls/layout/StaggeredLayout.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/controls/layout/StaggeredLayout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/controls/layout/StaggeredLayout.md b/docs/controls/layout/StaggeredLayout.md index 4410e706b..861e17acc 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.2/Microsoft.Toolkit.Uwp.UI.Controls.Primitives/StaggeredLayout) From bcfa296932bf01d3107e20fbbff52062551f4f17 Mon Sep 17 00:00:00 2001 From: Ken Turetzky <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:52:03 -0400 Subject: [PATCH 05/24] Update docs/behaviors/AutoSelectBehavior.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/behaviors/AutoSelectBehavior.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/behaviors/AutoSelectBehavior.md b/docs/behaviors/AutoSelectBehavior.md index 8bdeb6556..a12f7d891 100644 --- a/docs/behaviors/AutoSelectBehavior.md +++ b/docs/behaviors/AutoSelectBehavior.md @@ -30,7 +30,7 @@ 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.2/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 From 517638fdc6284fd85b99fdfd5e88f178d670a616 Mon Sep 17 00:00:00 2001 From: Ken Turetzky <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:53:07 -0400 Subject: [PATCH 06/24] Update docs/behaviors/AutoSelectBehavior.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/behaviors/AutoSelectBehavior.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/behaviors/AutoSelectBehavior.md b/docs/behaviors/AutoSelectBehavior.md index a12f7d891..7071b06f9 100644 --- a/docs/behaviors/AutoSelectBehavior.md +++ b/docs/behaviors/AutoSelectBehavior.md @@ -34,7 +34,7 @@ In this example using the `AutoSelectBehavior` the textbox content will be autom ## Source Code -- [AutoSelect behavior source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/747497aafbc1f3af1ab17ea48ac526b51528faa2/Microsoft.Toolkit.Uwp.UI.Behaviors/Select/AutoSelectBehavior.cs) +- [AutoSelect behavior source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.2/Microsoft.Toolkit.Uwp.UI.Behaviors/Select/AutoSelectBehavior.cs) ## Related Topics From fe8cc01d632a21f2ee6b0815a476acdd270e0372 Mon Sep 17 00:00:00 2001 From: Ken Turetzky <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:54:10 -0400 Subject: [PATCH 07/24] Update docs/controls/DropShadowPanel.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/controls/DropShadowPanel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/controls/DropShadowPanel.md b/docs/controls/DropShadowPanel.md index 2896d7228..88c5a1536 100644 --- a/docs/controls/DropShadowPanel.md +++ b/docs/controls/DropShadowPanel.md @@ -69,7 +69,7 @@ The [DropShadowPanel](/dotnet/api/microsoft.toolkit.uwp.ui.controls.dropshadowpa ## Default Template -[DropShadowPanel XAML File](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Core/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 From c05aec7e2880150b44414784c5a0318983e25944 Mon Sep 17 00:00:00 2001 From: Ken Turetzky <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:54:54 -0400 Subject: [PATCH 08/24] Update docs/controls/DropShadowPanel.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/controls/DropShadowPanel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/controls/DropShadowPanel.md b/docs/controls/DropShadowPanel.md index 88c5a1536..fcdc53a82 100644 --- a/docs/controls/DropShadowPanel.md +++ b/docs/controls/DropShadowPanel.md @@ -65,7 +65,7 @@ The [DropShadowPanel](/dotnet/api/microsoft.toolkit.uwp.ui.controls.dropshadowpa ## Sample Project -[DropShadowPanel Sample Page Source](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.0.1/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.2/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 From 90063710392a759450558e0cd67cab9e53c06329 Mon Sep 17 00:00:00 2001 From: Ken Turetzky <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:55:25 -0400 Subject: [PATCH 09/24] Update docs/controls/Expander.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/controls/Expander.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/controls/Expander.md b/docs/controls/Expander.md index 60ef4042f..98c4b1224 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/microsoft/microsoft-ui-xaml/blob/main/dev/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.2/Microsoft.Toolkit.Uwp.UI.Controls.Layout/Expander/Expander.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements From 5b51462560a9c8deeb9bba62243ca492fbf10657 Mon Sep 17 00:00:00 2001 From: Ken Turetzky <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:57:01 -0400 Subject: [PATCH 10/24] Update docs/controls/HeaderedContentControl.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/controls/HeaderedContentControl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/controls/HeaderedContentControl.md b/docs/controls/HeaderedContentControl.md index 6555183f0..4718ea12b 100644 --- a/docs/controls/HeaderedContentControl.md +++ b/docs/controls/HeaderedContentControl.md @@ -70,7 +70,7 @@ The [HeaderedContentControl](/dotnet/api/microsoft.toolkit.uwp.ui.controls.heade ## Sample Project -[HeaderedContentControl Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/HeaderedContentControl). You can see this in action `(uwpct://Controls?sample=HeaderedContentControl)` in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). +[HeaderedContentControl Sample Page Source](https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.SampleApp/SamplePages/HeaderedContentControl). You can [see this in action](uwpct://Controls?sample=HeaderedContentControl) in the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp). ## Default Template From 836c7d6ba0847cbba60ad16ab46189b546828592 Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:17:49 -0400 Subject: [PATCH 11/24] fixed broken links --- docs/controls/Menu.md | 2 +- docs/controls/OrbitView.md | 2 +- docs/controls/RadialGauge.md | 4 ++-- docs/controls/RadialProgressBar.md | 2 +- docs/controls/RangeSelector.md | 2 +- docs/controls/RemoteDevicePicker.md | 6 +++--- docs/controls/RotatorTile.md | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/controls/Menu.md b/docs/controls/Menu.md index 20a5f1568..8baf61626 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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..81fa0b87f 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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..50fb5050d 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/RadialGauge/RadialGauge.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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/RadialGauge/RadialGauge.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..9cc8b1fe9 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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..c14eaf310 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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..a65cb3884 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/63cbb4a51bdef59083ccfc86bbcba41f966d0027/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..16136b5ab 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/main/Microsoft.Toolkit.Uwp.UI.Controls.Core/RotatorTile/RotatorTile.xaml) is the XAML template used in the toolkit for the default styling. ## Requirements From c241f6700b2bc7493e3b88875276fa95f8862123 Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:12:16 -0400 Subject: [PATCH 12/24] fixed broken links --- docs/controls/ScrollHeader.md | 4 ++-- docs/controls/StaggeredPanel.md | 2 +- docs/controls/TabView.md | 6 +++--- docs/controls/TextToolbar.md | 6 +++--- docs/controls/TileControl.md | 2 +- docs/extensions/EnumValuesExtension.md | 4 ++-- docs/extensions/Hyperlink.md | 2 +- docs/extensions/LogicalTree.md | 2 +- docs/extensions/MatrixExtensions.md | 2 +- docs/extensions/MatrixHelperEx.md | 4 ++-- docs/extensions/MouseCursor.md | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/controls/ScrollHeader.md b/docs/controls/ScrollHeader.md index 775166880..5ebae6ea5 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 `(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. ## 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 `(https://github.com/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.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..26f1805d9 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 `(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). ## 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 `(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. ## 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 `(https://github.com/microsoft/microsoft-ui-xaml/tree/rel/7.1.0/dev/TabView)` ## Related Topics diff --git a/docs/controls/TextToolbar.md b/docs/controls/TextToolbar.md index 954ab59c2..e5fd52f3d 100644 --- a/docs/controls/TextToolbar.md +++ b/docs/controls/TextToolbar.md @@ -39,7 +39,7 @@ 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 | +| Labels | [TextToolbarStrings](https://www.fuget.org/packages/Microsoft.Toolkit.Uwp.UI.Controls/5.0.0/lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll/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 +53,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/2b124ff5e7ebc2061f64a3dff7953f1c1f548807/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/main/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..e3ac3113c 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/main/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/extensions/EnumValuesExtension.md b/docs/extensions/EnumValuesExtension.md index 0371838fd..d936924fc 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`](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Markup/EnumValuesExtension.cs) ## Syntax diff --git a/docs/extensions/Hyperlink.md b/docs/extensions/Hyperlink.md index 7e69c9cf1..da06e6234 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 `(https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Hyperlink)` diff --git a/docs/extensions/LogicalTree.md b/docs/extensions/LogicalTree.md index 0e2cbb097..db4d93383 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 `(https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Tree/LogicalTree.cs)` ## Related Topics diff --git a/docs/extensions/MatrixExtensions.md b/docs/extensions/MatrixExtensions.md index ccd01322d..66bc52a07 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/main/Microsoft.Toolkit.Uwp.UI/Extensions/Media/MatrixExtensions.cs) ## Related Topics diff --git a/docs/extensions/MatrixHelperEx.md b/docs/extensions/MatrixHelperEx.md index c97bb10a1..a4a72674b 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/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit/Extensions/Media/MatrixHelperEx.cs)` ## Related Topics diff --git a/docs/extensions/MouseCursor.md b/docs/extensions/MouseCursor.md index 57bb70fe3..5292b71e1 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/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Mouse)` From e89defbb387da852dac5b1f9a11cb623c9c79483 Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Thu, 9 Jun 2022 15:26:25 -0400 Subject: [PATCH 13/24] fixed broken links --- docs/extensions/NullableBoolMarkup.md | 2 +- docs/extensions/OnDeviceMarkup.md | 2 +- docs/extensions/SurfaceDialTextboxHelper.md | 2 +- docs/extensions/TextBoxMask.md | 2 +- docs/extensions/TextBoxRegex.md | 2 +- docs/extensions/TransformExtensions.md | 8 ++++---- docs/extensions/VisualEx.md | 2 +- docs/extensions/VisualTree.md | 2 +- docs/extensions/WebView.md | 2 +- docs/graph/controls/LoginButton.md | 2 +- docs/graph/controls/PeoplePicker.md | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/extensions/NullableBoolMarkup.md b/docs/extensions/NullableBoolMarkup.md index ea25e0de7..a925f5305 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/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Markup/NullableBool.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..f0f5c7aba 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/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/SurfaceDialTextbox)` diff --git a/docs/extensions/TextBoxMask.md b/docs/extensions/TextBoxMask.md index b3e079346..92030bf0c 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/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/TextBoxMask)` diff --git a/docs/extensions/TextBoxRegex.md b/docs/extensions/TextBoxRegex.md index 228c8b4fc..725f7596f 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/windows-toolkit/WindowsCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/TextBoxRegEx)` diff --git a/docs/extensions/TransformExtensions.md b/docs/extensions/TransformExtensions.md index 50bb60e5d..75035ca40 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/main/Microsoft.Toolkit.Uwp.UI/Extensions/Media/RotateTransformExtensions.cs) +- [ScaleTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Media/ScaleTransformExtensions.cs) +- [SkewTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Media/SkewTransformExtensions.cs) +- [TranslateTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Media/TranslateTransformExtensions.cs) ## Related Topics diff --git a/docs/extensions/VisualEx.md b/docs/extensions/VisualEx.md index 6ad465bb3..79ef61459 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/Microsoft/UWPCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Visual/VisualEx.cs)` diff --git a/docs/extensions/VisualTree.md b/docs/extensions/VisualTree.md index fa05d1d3c..6a0e25818 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/windows-toolkit/WindowsCommunityToolkit/blob/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/Tree/VisualTree.cs)` ## Related Topics diff --git a/docs/extensions/WebView.md b/docs/extensions/WebView.md index 5da4284c0..87662946c 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/Microsoft/UWPCommunityToolkit/tree/rel/7.1.0/Microsoft.Toolkit.Uwp.UI/Extensions/WebView)` diff --git a/docs/graph/controls/LoginButton.md b/docs/graph/controls/LoginButton.md index e826eff05..f776aaa51 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/dev/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..40e4308d5 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/windows-toolkit/Graph-Controls/tree/dev/7.1.0/CommunityToolkit.Graph.Uwp/Controls/PeoplePicker)` ## Related Topics From 6e4625bdab821ee8aeff5e825578ba411a75d481 Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Thu, 9 Jun 2022 15:35:48 -0400 Subject: [PATCH 14/24] fixed broken link --- docs/graph/controls/PersonView.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graph/controls/PersonView.md b/docs/graph/controls/PersonView.md index d89a2cb89..9caa99991 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/dev/7.1.0/CommunityToolkit.Graph.Uwp/Controls/PersonView)` ## Related Topics From e68fd1af51026e82f0fcd61b945069883e0873da Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:24:16 -0400 Subject: [PATCH 15/24] fixed broken links --- docs/controls/Menu.md | 2 +- docs/controls/OrbitView.md | 2 +- docs/controls/RadialGauge.md | 4 ++-- docs/controls/RadialProgressBar.md | 2 +- docs/controls/RangeSelector.md | 2 +- docs/controls/RemoteDevicePicker.md | 2 +- docs/controls/RotatorTile.md | 2 +- docs/controls/ScrollHeader.md | 4 ++-- docs/controls/TabView.md | 6 +++--- docs/controls/TextToolbar.md | 5 ++--- docs/controls/TileControl.md | 2 +- docs/extensions/EnumValuesExtension.md | 2 +- docs/extensions/Hyperlink.md | 2 +- docs/extensions/LogicalTree.md | 2 +- docs/extensions/MatrixExtensions.md | 2 +- docs/extensions/MatrixHelperEx.md | 2 +- docs/extensions/MouseCursor.md | 2 +- docs/extensions/NullableBoolMarkup.md | 2 +- docs/extensions/SurfaceDialTextboxHelper.md | 2 +- docs/extensions/TextBoxMask.md | 2 +- docs/extensions/TextBoxRegex.md | 2 +- docs/extensions/TransformExtensions.md | 8 ++++---- docs/extensions/VisualEx.md | 2 +- docs/extensions/VisualTree.md | 2 +- docs/extensions/WebView.md | 2 +- docs/graph/controls/LoginButton.md | 2 +- docs/graph/controls/PeoplePicker.md | 2 +- docs/graph/controls/PersonView.md | 2 +- 28 files changed, 36 insertions(+), 37 deletions(-) diff --git a/docs/controls/Menu.md b/docs/controls/Menu.md index 8baf61626..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Core/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 81fa0b87f..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Layout/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 50fb5050d..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/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 9cc8b1fe9..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Core/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 c14eaf310..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/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 a65cb3884..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Input/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 diff --git a/docs/controls/RotatorTile.md b/docs/controls/RotatorTile.md index 16136b5ab..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/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI.Controls.Core/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 5ebae6ea5..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 @@ ScrollHeader XAML File `(https://github.com/windows-toolkit/WindowsCommunityTool ## 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/TabView.md b/docs/controls/TabView.md index 26f1805d9..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 @@ TabView XAML File `(https://github.com/windows-toolkit/WindowsCommunityToolkit/b ## 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 e5fd52f3d..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](https://www.fuget.org/packages/Microsoft.Toolkit.Uwp.UI.Controls/5.0.0/lib/uap10.0.16299/Microsoft.Toolkit.Uwp.UI.Controls.dll/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/CommunityToolkit/WindowsCommunityToolkit/blob/2b124ff5e7ebc2061f64a3dff7953f1c1f548807/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/TextToolbar/Formats/MarkDown/MarkDownFormatter.cs) +[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/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI.Controls.Core/TextToolbar/ToolbarItems/Common/CommonButtons.cs) +[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 e3ac3113c..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/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI.Controls.Core/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/extensions/EnumValuesExtension.md b/docs/extensions/EnumValuesExtension.md index d936924fc..f881e5b09 100644 --- a/docs/extensions/EnumValuesExtension.md +++ b/docs/extensions/EnumValuesExtension.md @@ -9,7 +9,7 @@ keywords: windows 10, uwp, uwp community toolkit, uwp toolkit, markup extension, 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`](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Markup/EnumValuesExtension.cs) +> **Platform APIs:** [EnumValuesExtensions](/dotnet/api/microsoft.toolkit.uwp.ui.EnumValuesExtension) ## Syntax diff --git a/docs/extensions/Hyperlink.md b/docs/extensions/Hyperlink.md index da06e6234..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 db4d93383..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 66bc52a07..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/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/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 a4a72674b..af0158d67 100644 --- a/docs/extensions/MatrixHelperEx.md +++ b/docs/extensions/MatrixHelperEx.md @@ -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 5292b71e1..d4a756205 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 a925f5305..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/SurfaceDialTextboxHelper.md b/docs/extensions/SurfaceDialTextboxHelper.md index f0f5c7aba..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 92030bf0c..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 725f7596f..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 75035ca40..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/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Media/RotateTransformExtensions.cs) -- [ScaleTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Media/ScaleTransformExtensions.cs) -- [SkewTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/Extensions/Media/SkewTransformExtensions.cs) -- [TranslateTransformExtensions source code](https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI/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 79ef61459..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 6a0e25818..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 87662946c..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 f776aaa51..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 40e4308d5..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 9caa99991..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 From 8df8eb2a775179507c522fb7499c35a483332e49 Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Tue, 28 Jun 2022 18:19:34 -0400 Subject: [PATCH 16/24] fixed broken link --- docs/extensions/MouseCursor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/MouseCursor.md b/docs/extensions/MouseCursor.md index d4a756205..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/CommunityToolkit/WindowsCommunityToolkit/blob/rel/6.1.1/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) From 811b34f943f4dea0b7832e4ea27068fde937c270 Mon Sep 17 00:00:00 2001 From: kturetz <104395684+kturetz@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:41:54 -0400 Subject: [PATCH 17/24] fixed broken links --- docs/behaviors/AutoSelectBehavior.md | 4 ++-- docs/controls/DropShadowPanel.md | 2 +- docs/controls/Expander.md | 2 +- docs/controls/GridSplitter.md | 2 +- docs/controls/HeaderedContentControl.md | 2 +- docs/controls/HeaderedItemsControl.md | 2 +- docs/controls/HeaderedTextBlock.md | 6 +++--- docs/controls/ImageCropper.md | 2 +- docs/controls/InAppNotification.md | 2 +- docs/controls/InfiniteCanvas.md | 2 +- docs/controls/Loading.md | 2 +- docs/controls/MarkdownTextBlock.md | 6 +++--- docs/controls/layout/StaggeredLayout.md | 2 +- docs/controls/layout/WrapLayout.md | 2 +- 14 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/behaviors/AutoSelectBehavior.md b/docs/behaviors/AutoSelectBehavior.md index 7071b06f9..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/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.1.2/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/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.2/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/controls/DropShadowPanel.md b/docs/controls/DropShadowPanel.md index fcdc53a82..0823fe290 100644 --- a/docs/controls/DropShadowPanel.md +++ b/docs/controls/DropShadowPanel.md @@ -65,7 +65,7 @@ The [DropShadowPanel](/dotnet/api/microsoft.toolkit.uwp.ui.controls.dropshadowpa ## Sample Project -[DropShadowPanel Sample Page Source](https://github.com/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.1.2/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). +[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 diff --git a/docs/controls/Expander.md b/docs/controls/Expander.md index 98c4b1224..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/CommunityToolkit/WindowsCommunityToolkit/blob/rel/7.1.2/Microsoft.Toolkit.Uwp.UI.Controls.Layout/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 287635ea3..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/CommunityToolkit/WindowsCommunityToolkit/blob/f62a60bf2aec5a09c9bbbb480ead2b78224000d1/Microsoft.Toolkit.Uwp.UI.Controls.Layout/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 4718ea12b..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Layout/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 98a374c42..ccc53d4d1 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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Layout/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 270d3c658..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 @@ HeaderedTextBlock XAML File `(https://github.com/windows-toolkit/WindowsCommunit ## 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 0fc2c34e5..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Media/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 7e983ab75..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 42f3fca58..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Media/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 8d52a8250..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/CommunityToolkit/WindowsCommunityToolkit/blob/63cbb4a51bdef59083ccfc86bbcba41f966d0027/Microsoft.Toolkit.Uwp.UI.Controls.Core/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 9ad95bb2a..2986c1043 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/CommunityToolkit/WindowsCommunityToolkit/blob/2b124ff5e7ebc2061f64a3dff7953f1c1f548807/Microsoft.Toolkit.Uwp.UI.Controls.Markdown/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/layout/StaggeredLayout.md b/docs/controls/layout/StaggeredLayout.md index 861e17acc..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/CommunityToolkit/WindowsCommunityToolkit/tree/rel/7.1.2/Microsoft.Toolkit.Uwp.UI.Controls.Primitives/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 ac000df82..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) From f9de0ef90a44bdaa5c2199fe1f693c0167ffe29e Mon Sep 17 00:00:00 2001 From: Shujing Zhang Date: Wed, 6 Nov 2024 11:06:57 +0800 Subject: [PATCH 18/24] Delete .openpublishing.build.ps1 --- .openpublishing.build.ps1 | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .openpublishing.build.ps1 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 From 3b8efedb83df8e8daa2aee607fabf6fbc30006e1 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 13:14:25 -0800 Subject: [PATCH 19/24] Add no index no follow to docfx.json --- docs/docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docfx.json b/docs/docfx.json index 0979d21f8..8b85f4f17 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -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 }, From 21a2029f35c0116df7efb9452c68197fd79b10f9 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 13:22:03 -0800 Subject: [PATCH 20/24] Add archive note and new link --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 21f51d905..399c31c55 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 is moving to an archived state. 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. From dbb5272f779e70fc85d43efa521512326ed39486 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 13:29:13 -0800 Subject: [PATCH 21/24] Update docfx.json --- docs/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index 8b85f4f17..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", From bd695b32136d7df6fafd587a0c6de2a02e10c2c7 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 14:15:33 -0800 Subject: [PATCH 22/24] feedback update --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 399c31c55..19c981bd5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ description: The Windows Community Toolkit is a collection of helper functions, # Windows Community Toolkit Documentation > [!IMPORTANT] -> This Windows Community Toolkit is moving to an archived state. See the updated [Windows Community Toolkit documentation](/dotnet/communitytoolkit/windows/) in the .NET guidance. +> This Windows Community Toolkit documentation is moving to an archived state. 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. From fdcf8a1a5e0808aefcf5cf232a02d0f53d6bf50f Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Thu, 14 Nov 2024 15:02:18 -0800 Subject: [PATCH 23/24] Update docs/index.md Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com> --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 19c981bd5..92027d8c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ description: The Windows Community Toolkit is a collection of helper functions, # Windows Community Toolkit Documentation > [!IMPORTANT] -> This Windows Community Toolkit documentation is moving to an archived state. See the updated [Windows Community Toolkit documentation](/dotnet/communitytoolkit/windows/) in the .NET guidance. +> 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. From 4da60dbb8607a9534b734d40a7db2f0485b2cadb Mon Sep 17 00:00:00 2001 From: Docs Allowlist Management Date: Fri, 28 Mar 2025 22:17:27 +0000 Subject: [PATCH 24/24] Updating ms.topic managed-reference to new generated-reference value. --- dotnet/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"