2 references to _children
Microsoft.Maui (2)
Platform\Tizen\NaviPage.cs (2)
30
_children
.CollectionChanged += OnCollectionChanged;
77
IList<NView> IContainable<NView>.Children =>
_children
;