2 instantiations of ReadOnlyObservableCollectionWithSource
Microsoft.Maui.Controls (2)
Shell\ShellFlyoutItemsManager.cs (2)
21
_flyoutItemsReadonly = new
ReadOnlyObservableCollectionWithSource
<IReadOnlyList<Element>>();
31
flyoutItems.Add(new
ReadOnlyObservableCollectionWithSource
<Element>());
2 references to ReadOnlyObservableCollectionWithSource
Microsoft.Maui.Controls (2)
Shell\ShellFlyoutItemsManager.cs (2)
15
ReadOnlyObservableCollectionWithSource
<IReadOnlyList<Element>> _flyoutItemsReadonly;
39
var dest = ((
ReadOnlyObservableCollectionWithSource
<Element>)flyoutItems[i]).List;