4 references to TryGetResource
Microsoft.Maui.Controls (4)
BindableObjectExtensions.cs (3)
167 if (Application.Current.TryGetResource(resourceKey, out outerColor)) 198 if (!Application.Current.TryGetResource(lightResourceKey, out outerLight)) 203 if (!Application.Current.TryGetResource(darkResourceKey, out outerDark))
Element\Element.cs (1)
793 if (this.TryGetResource(key, out var value))