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 1/6] 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 2/6] 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 3/6] 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 4/6] 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 5/6] 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 6/6] 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)