2 writes to ImplicitStyle
Microsoft.Maui.Controls (2)
11 references to ImplicitStyle
Microsoft.Maui.Controls (11)
MergedStyle.cs (11)
50 SetStyle(ImplicitStyle, ClassStyles, value);
91 set { SetStyle(ImplicitStyle, value, Style); }
108 ImplicitStyle?.Apply(bindable, new SetterSpecificity(SetterSpecificity.StyleImplicit, 0, 0, 0));
125 ImplicitStyle?.UnApply(bindable);
159 BindableProperty implicitStyleProperty = BindableProperty.Create(nameof(ImplicitStyle), typeof(Style), typeof(NavigableElement), default(Style),
177 BindableProperty implicitStyleProperty = BindableProperty.Create(nameof(ImplicitStyle), typeof(Style), typeof(NavigableElement), default(Style),
189 bool shouldReApplyStyle = implicitStyle != ImplicitStyle || classStyles != ClassStyles || Style != style;
190 bool shouldReApplyClassStyle = implicitStyle != ImplicitStyle || classStyles != ClassStyles;
191 bool shouldReApplyImplicitStyle = implicitStyle != ImplicitStyle;
199 ImplicitStyle?.UnApply(Target);
207 ImplicitStyle?.Apply(Target, new SetterSpecificity(SetterSpecificity.StyleImplicit, 0, 0, 0));