1 write to _children
Microsoft.Maui.Controls (1)
MultiPage.cs (1)
39
_children
= new ElementCollection<T>(InternalChildren);
2 references to _children
Microsoft.Maui.Controls (2)
MultiPage.cs (2)
107
get { return
_children
; }
148
_children
.IsReadOnly = ItemsSource != null;