1 write to Left
Microsoft.Maui.Controls (1)
StyleSheets\Selector.cs (1)
116 op.Left = workingRoot;
6 references to Left
Microsoft.Maui.Controls (6)
StyleSheets\Selector.cs (6)
183 public override bool Matches(IStyleSelectable styleable) => Right.Matches(styleable) || Left.Matches(styleable); 188 public override bool Matches(IStyleSelectable styleable) => Right.Matches(styleable) && Left.Matches(styleable); 223 Right.Matches(styleable) && styleable.Parent != null && Left.Matches(styleable.Parent); 235 if (Left.Matches(parent)) 256 return Left.Matches(prev); 297 if (Left.Matches(elem))