5 references to _basedOnResourceProperty
Microsoft.Maui.Controls (5)
Style.cs (5)
69 target.Key.RemoveDynamicResource(_basedOnResourceProperty); 71 target.Key.SetDynamicResource(_basedOnResourceProperty, value); 106 bindable.SetDynamicResource(_basedOnResourceProperty, BaseResourceKey); 116 bindable.RemoveDynamicResource(_basedOnResourceProperty); 147 Style GetBasedOnResource(BindableObject bindable) => (Style)bindable.GetValue(_basedOnResourceProperty);