2 writes to Right
Microsoft.Maui.Controls (2)
StyleSheets\Selector.cs (2)
117 op.Right = sel; 120 workingRootParent.Right = workingRoot;
6 references to Right
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); 230 if (!Right.Matches(styleable)) 247 if (!Right.Matches(styleable)) 272 if (!Right.Matches(styleable))