6 types derived from Operator
Microsoft.Maui.Controls (6)
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;