3 instantiations of MergedStyle
Microsoft.Maui.Controls (3)
ImageSource.cs (1)
25
_mergedStyle = new
MergedStyle
(GetType(), this);
Span.cs (1)
17
_mergedStyle = new
MergedStyle
(GetType(), this);
StyleableElement\StyleableElement.cs (1)
19
_mergedStyle = new
MergedStyle
(GetType(), this);
3 references to MergedStyle
Microsoft.Maui.Controls (3)
ImageSource.cs (1)
21
internal readonly
MergedStyle
_mergedStyle;
Span.cs (1)
12
internal readonly
MergedStyle
_mergedStyle;
StyleableElement\StyleableElement.cs (1)
15
internal readonly
MergedStyle
_mergedStyle;