1 write to CssPropertyName
Microsoft.Maui.Controls (1)
StyleSheets\StylePropertyAttribute.cs (1)
26
CssPropertyName
= cssPropertyName;
2 references to CssPropertyName
Microsoft.Maui.Controls (2)
Registrar.cs (2)
368
if (properties.TryGetValue(attribute.
CssPropertyName
, out var attrList))
371
properties[attribute.
CssPropertyName
] = new List<StylePropertyAttribute> { attribute };