Skip to content

Commit c63f1de

Browse files
committed
Fixed incorrect MS Docs link
1 parent 8df6288 commit c63f1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI/Extensions/Tree/LogicalTree.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ public static IEnumerable<FrameworkElement> FindParents(this FrameworkElement el
643643
/// If the key is not found in the current element's resources, the logical tree is then
644644
/// searched element-by-element to look for the resource in each element's resources.
645645
/// If none of the elements contain the resource, the Application's resources are then searched.
646-
/// <para>See: <seealso href="https://docs.microsoft.com/dotnet/api/system.windows.frameworkelement.tryfindresource"/>.</para>
646+
/// <para>See: <seealso href="https://docs.microsoft.com/dotnet/api/system.windows.frameworkelement.findresource"/>.</para>
647647
/// <para>And also: <seealso href="https://docs.microsoft.com/dotnet/desktop-wpf/fundamentals/xaml-resources-define#static-resource-lookup-behavior"/>.</para>
648648
/// </summary>
649649
/// <param name="element">The <see cref="FrameworkElement"/> to start searching for the target resource.</param>

0 commit comments

Comments
 (0)