1 implementation of Parent
Microsoft.Maui.Controls (1)
Element\Element_StyleSheets.cs (1)
43
IStyleSelectable IStyleSelectable.
Parent
=> Parent;
9 references to Parent
Microsoft.Maui.Controls (9)
StyleSheets\Selector.cs (9)
224
Right.Matches(styleable) && styleable.
Parent
!= null && Left.Matches(styleable.
Parent
);
233
var parent = styleable.
Parent
;
238
parent = parent.
Parent
;
250
if (styleable.
Parent
== null)
254
foreach (var elem in styleable.
Parent
.Children)
275
if (styleable.
Parent
== null)
280
foreach (var elem in styleable.
Parent
.Children)
294
foreach (var elem in styleable.
Parent
.Children)