1 write to _mergedStyle
Microsoft.Maui.Controls (1)
StyleableElement\StyleableElement.cs (1)
19 _mergedStyle = new MergedStyle(GetType(), this);
3 references to _mergedStyle
Microsoft.Maui.Controls (3)
StyleableElement\StyleableElement.cs (3)
13 propertyChanged: (bindable, oldvalue, newvalue) => ((StyleableElement)bindable)._mergedStyle.Style = (Style)newvalue); 51 get => _mergedStyle.StyleClass; 52 set => _mergedStyle.StyleClass = value;