6 types derived from Operator
Microsoft.Maui.Controls (6)
StyleSheets\Selector.cs (6)
181 sealed class Or : Operator 186 sealed class And : Operator 220 sealed class Child : Operator 226 sealed class Descendent : Operator 243 sealed class Adjacent : Operator 268 sealed class Sibling : Operator
5 references to Operator
Microsoft.Maui.Controls (5)
StyleSheets\Selector.cs (5)
15 Operator workingRootParent = null; 16 Action<Operator, Selector> setCurrentSelector = (op, sel) => SetCurrentSelector(ref root, ref workingRoot, ref workingRootParent, op, sel); 112 static void SetCurrentSelector(ref Selector root, ref Selector workingRoot, ref Operator workingRootParent, Operator op, Selector sel) 127 workingRootParent = (Operator)workingRoot;