1 implementation of TryGetValue
Microsoft.Maui.Controls (1)
ResourceDictionary.cs (1)
307 public bool TryGetValue(string key, out object value)
1 reference to TryGetValue
Microsoft.Maui.Controls (1)
ResourcesExtensions.cs (1)
64 if (element is Application app && app.SystemResources != null && app.SystemResources.TryGetValue(key, out value))