Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BrokenLinksH2] Fixed broken links #646

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/controls/Menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion docs/controls/OrbitView.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions docs/controls/RadialGauge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/controls/RadialProgressBar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/controls/RangeSelector.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/controls/RemoteDevicePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
2 changes: 1 addition & 1 deletion docs/controls/RotatorTile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions docs/controls/ScrollHeader.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kturetz marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader/ScrollHeader.xaml) is the XAML template used in the toolkit for the default styling.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michael-hawker Is it more appropriate to remove this section, or link to the sample, than to reference an older version?


## Requirements

Expand All @@ -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)`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid link, possible markdown typos

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* 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/6.1.0/Microsoft.Toolkit.Uwp.UI.Controls/ScrollHeader)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michael-hawker Same question about the version. :-)

2 changes: 1 addition & 1 deletion docs/controls/StaggeredPanel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid link, possible markdown typos

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


## Requirements

Expand Down
6 changes: 3 additions & 3 deletions docs/controls/TabView.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid link, possible markdown typos

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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/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).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same version question for links on this page--update or remove?


## 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.
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Requirements

Expand All @@ -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)`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Invalid link, possible markdown typos

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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/main/dev/TabView)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update or remove?


## Related Topics

Expand Down
6 changes: 3 additions & 3 deletions docs/controls/TextToolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
kturetz marked this conversation as resolved.
Show resolved Hide resolved
| 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 |
Expand All @@ -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)
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/controls/TileControl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions docs/extensions/EnumValuesExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/Hyperlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
kturetz marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion docs/extensions/LogicalTree.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
kturetz marked this conversation as resolved.
Show resolved Hide resolved
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Related Topics

Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/MatrixExtensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Related Topics

Expand Down
4 changes: 2 additions & 2 deletions docs/extensions/MatrixHelperEx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
kturetz marked this conversation as resolved.
Show resolved Hide resolved

[MatrixHelperEx](/dotnet/api/microsoft.toolkit.uwp.ui.extensions.matrixhelperex) provides extra methods for various matrix operations.

Expand All @@ -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)`
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Related Topics

Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/MouseCursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
kturetz marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion docs/extensions/NullableBoolMarkup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
kturetz marked this conversation as resolved.
Show resolved Hide resolved
kturetz marked this conversation as resolved.
Show resolved Hide resolved

## Related Topics

Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/OnDeviceMarkup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
kturetz marked this conversation as resolved.
Show resolved Hide resolved

> [!div class="nextstepaction"]
> [Try it in the sample app](uwpct://Extensions?sample=OnDevice)
Expand Down
2 changes: 1 addition & 1 deletion docs/extensions/SurfaceDialTextboxHelper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
kturetz marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion docs/extensions/TextBoxMask.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`
kturetz marked this conversation as resolved.
Show resolved Hide resolved
kturetz marked this conversation as resolved.
Show resolved Hide resolved
Loading