2 writes to Style
Microsoft.Maui.Controls (2)
Span.cs (1)
22
propertyChanged: (bindable, oldvalue, newvalue) => ((Span)bindable)._mergedStyle.
Style
= (Style)newvalue, defaultBindingMode: BindingMode.OneWay);
StyleableElement\StyleableElement.cs (1)
13
propertyChanged: (bindable, oldvalue, newvalue) => ((StyleableElement)bindable)._mergedStyle.
Style
= (Style)newvalue);
7 references to Style
Microsoft.Maui.Controls (7)
MergedStyle.cs (7)
91
set { SetStyle(ImplicitStyle, value,
Style
); }
97
set { SetStyle(value, ClassStyles,
Style
); }
114
Style
?.Apply(bindable, new SetterSpecificity(SetterSpecificity.StyleLocal, 0, 0, 0));
121
Style
?.UnApply(bindable);
189
bool shouldReApplyStyle = implicitStyle != ImplicitStyle || classStyles != ClassStyles ||
Style
!= style;
194
Style
?.UnApply(Target);
215
Style
?.Apply(Target, new SetterSpecificity(SetterSpecificity.StyleLocal, 0, 0, 0));