2 writes to Right
Microsoft.Maui.Controls (2)
StyleSheets\Selector.cs (2)
118
op.
Right
= sel;
121
workingRootParent.
Right
= workingRoot;
12 references to Right
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);
231
if (!
Right
.Matches(styleable))
248
if (!
Right
.Matches(styleable))
273
if (!
Right
.Matches(styleable))
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
);