1 write to _logicalChildrenReadonly
Microsoft.Maui.Controls (1)
Element\Element.cs (1)
190
_logicalChildrenReadonly
??= new ReadOnlyCollection<Element>(LogicalChildrenInternalBackingStore);
1 reference to _logicalChildrenReadonly
Microsoft.Maui.Controls (1)
Element\Element.cs (1)
167
return
_logicalChildrenReadonly
;