1 write to Left
Microsoft.Maui.Controls (1)
StyleSheets\Selector.cs (1)
117 op.Left = workingRoot;
12 references to Left
Microsoft.Maui.Controls (12)
StyleSheets\Selector.cs (12)
184 public override bool Matches(IStyleSelectable styleable) => Right.Matches(styleable) || Left.Matches(styleable); 189 public override bool Matches(IStyleSelectable styleable) => Right.Matches(styleable) && Left.Matches(styleable); 224 Right.Matches(styleable) && styleable.Parent != null && Left.Matches(styleable.Parent); 236 if (Left.Matches(parent)) 257 return Left.Matches(prev); 298 if (Left.Matches(elem)) 342 return FromSelector(a.Left) + FromSelector(a.Right); 344 return FromSelector(o.Left) + FromSelector(o.Right); 346 return FromSelector(c.Left) + FromSelector(c.Right); 348 return FromSelector(d.Left) + FromSelector(d.Right); 350 return FromSelector(a.Left) + FromSelector(a.Right); 352 return FromSelector(s.Left) + FromSelector(s.Right);