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)
223 Right.Matches(styleable) && styleable.Parent != null && Left.Matches(styleable.Parent); 232 var parent = styleable.Parent; 237 parent = parent.Parent; 249 if (styleable.Parent == null) 253 foreach (var elem in styleable.Parent.Children) 274 if (styleable.Parent == null) 279 foreach (var elem in styleable.Parent.Children) 293 foreach (var elem in styleable.Parent.Children)