11 overrides of Matches
Microsoft.Maui.Controls (11)
StyleSheets\Selector.cs (11)
156
public override bool
Matches
(IStyleSelectable styleable) => func(styleable);
167
public override bool
Matches
(IStyleSelectable styleable)
179
public override bool
Matches
(IStyleSelectable styleable) => styleable.Id == IdName;
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);
200
public override bool
Matches
(IStyleSelectable styleable) =>
212
public override bool
Matches
(IStyleSelectable styleable)
223
public override bool
Matches
(IStyleSelectable styleable) =>
229
public override bool
Matches
(IStyleSelectable styleable)
246
public override bool
Matches
(IStyleSelectable styleable)
271
public override bool
Matches
(IStyleSelectable styleable)
13 references to Matches
Microsoft.Maui.Controls (13)
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))
236
if (Left.
Matches
(parent))
248
if (!Right.
Matches
(styleable))
257
return Left.
Matches
(prev);
273
if (!Right.
Matches
(styleable))
298
if (Left.
Matches
(elem))
StyleSheets\StyleSheet.cs (1)
112
if (!selector.
Matches
(styleable))