5 references to DynamicResources
Microsoft.Maui.Controls (5)
Element\Element.cs (5)
733
DynamicResources
.Remove(property);
735
if (
DynamicResources
.Count == 0)
762
foreach (KeyValuePair<BindableProperty, (string, SetterSpecificity)> dynR in
DynamicResources
)
791
if (!
DynamicResources
.TryGetValue(property, out var existing) || existing.Item2 <= specificity)
792
DynamicResources
[property] = (key, specificity);