6 types derived from Operator
Microsoft.Maui.Controls (6)
StyleSheets\Selector.cs (6)
182 sealed class Or : Operator 187 sealed class And : Operator 221 sealed class Child : Operator 227 sealed class Descendent : Operator 244 sealed class Adjacent : Operator 269 sealed class Sibling : Operator
5 references to Operator
Microsoft.Maui.Controls (5)
StyleSheets\Selector.cs (5)
16 Operator workingRootParent = null; 17 Action<Operator, Selector> setCurrentSelector = (op, sel) => SetCurrentSelector(ref root, ref workingRoot, ref workingRootParent, op, sel); 113 static void SetCurrentSelector(ref Selector root, ref Selector workingRoot, ref Operator workingRootParent, Operator op, Selector sel) 128 workingRootParent = (Operator)workingRoot;