1 write to _mergedStyle
Microsoft.Maui.Controls (1)
Span.cs (1)
17
_mergedStyle
= new MergedStyle(GetType(), this);
1 reference to _mergedStyle
Microsoft.Maui.Controls (1)
Span.cs (1)
22
propertyChanged: (bindable, oldvalue, newvalue) => ((Span)bindable).
_mergedStyle
.Style = (Style)newvalue, defaultBindingMode: BindingMode.OneWay);