1 write to _inner
Microsoft.Maui.Controls (1)
Shell\ShellElementCollection.cs (1)
40
_inner
= value;
3 references to _inner
Microsoft.Maui.Controls (3)
Shell\ShellElementCollection.cs (3)
34
get =>
_inner
;
37
if (
_inner
!= null)
41
((INotifyCollectionChanged)
_inner
).CollectionChanged += InnerCollectionChanged;