7 references to SetDynamicResource
Microsoft.Maui.Controls (6)
BindableObjectExtensions.cs (1)
169
bindableObject.
SetDynamicResource
(bindableProperty, resourceKey);
Element\Element.cs (1)
561
base.
SetDynamicResource
(property, key);
MergedStyle.cs (2)
162
Target.
SetDynamicResource
(implicitStyleProperty, type.FullName);
180
Target.
SetDynamicResource
(implicitStyleProperty, fallbackTypeName);
Style.cs (2)
71
target.Key.
SetDynamicResource
(_basedOnResourceProperty, value);
106
bindable.
SetDynamicResource
(_basedOnResourceProperty, BaseResourceKey);
Microsoft.Maui.Controls.Xaml (1)
ApplyPropertiesVisitor.cs (1)
538
bindable.
SetDynamicResource
(property, dynamicResource.Key);