File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Microsoft.Toolkit.Uwp.UI/Extensions/Tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ public static IEnumerable<FrameworkElement> FindParents(this FrameworkElement el
643
643
/// If the key is not found in the current element's resources, the logical tree is then
644
644
/// searched element-by-element to look for the resource in each element's resources.
645
645
/// 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>
647
647
/// <para>And also: <seealso href="https://docs.microsoft.com/dotnet/desktop-wpf/fundamentals/xaml-resources-define#static-resource-lookup-behavior"/>.</para>
648
648
/// </summary>
649
649
/// <param name="element">The <see cref="FrameworkElement"/> to start searching for the target resource.</param>
You can’t perform that action at this time.
0 commit comments