1 write to Key
Microsoft.Maui.Controls (1)
Internals\DynamicResource.cs (1)
13 public DynamicResource(string key) => Key = key;
3 references to Key
Microsoft.Maui.Controls (2)
AppThemeBinding.cs (1)
107 target.SetDynamicResource(_targetProperty, dynamicResource.Key, specificity);
Setter.cs (1)
80 targetObject.SetDynamicResource(Property, dynamicResource.Key, specificity);
Microsoft.Maui.Controls.Xaml (1)
ApplyPropertiesVisitor.cs (1)
538 bindable.SetDynamicResource(property, dynamicResource.Key);