4 writes to type
Microsoft.Maui.Controls (4)
StyleSheets\Selector.cs (4)
338 return new SelectorSpecificity { type = 1 }; 340 return new SelectorSpecificity { type = 1 }; 364 type = left.type + right.type 373 type = type + other.type
5 references to type
Microsoft.Maui.Controls (5)
StyleSheets\Selector.cs (5)
327 public int Type { get => type; } 364 type = left.type + right.type 373 type = type + other.type