1 instantiation of Style
Microsoft.Maui.Controls (1)
StyleSheets\Style.cs (1)
22
Style style = new
Style
();
7 references to Style
Microsoft.Maui.Controls (7)
StyleSheets\Style.cs (2)
20
public static
Style
Parse(CssReader reader, char stopChar = '\0')
22
Style
style = new Style();
StyleSheets\StyleSheet.cs (5)
21
internal IDictionary<Selector,
Style
> Styles { get; set; } = new Dictionary<Selector,
Style
>();
62
Style
style = null;
76
style =
Style
.Parse(reader, '}');
111
var
style = kvp.Value;