We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3986a commit 96a6342Copy full SHA for 96a6342
Microsoft.Toolkit.Uwp.UI/Extensions/Tree/LogicalTree.cs
@@ -639,7 +639,7 @@ public static IEnumerable<FrameworkElement> FindParents(this FrameworkElement el
639
}
640
641
/// <summary>
642
- /// Provides a WPF compatible version of TryFindResource to provide a static resource lookup.
+ /// Provides a WPF compatible version of FindResource to provide a static resource lookup.
643
/// If the key is not found in the current element's resources, the logical tree is then
644
/// searched element-by-element to look for the resource in each element's resources.
645
/// If none of the elements contain the resource, the Application's resources are then searched.
0 commit comments