3 writes to Parent
Microsoft.Maui (3)
Layouts\Flex.cs (3)
398
child.
Parent
= this;
406
child.
Parent
= this;
413
child.
Parent
= null;
10 references to Parent
Microsoft.Maui (6)
Layouts\Flex.cs (6)
325
if ((order = value) != 0 &&
Parent
!= null)
326
Parent
.ShouldOrderChildren = true;
423
while (root.
Parent
!= null)
424
root = root.
Parent
;
431
if (
Parent
!= null)
448
if (child.
Parent
!= null)
Microsoft.Maui.Controls (4)
Layout\FlexExtensions.cs (2)
18
var parent = item.
Parent
;
27
parent = parent.
Parent
;
Layout\FlexLayout.cs (1)
575
if (_root.
Parent
!= null) //Layout is only computed at root level
LegacyLayouts\FlexLayout.cs (1)
488
if (_root.
Parent
!= null) //Layout is only computed at root level