2 references to ReadOnlyObservableCollectionWithSource
Microsoft.Maui.Controls (2)
Shell\ShellFlyoutItemsManager.cs (2)
21
_flyoutItemsReadonly = new
ReadOnlyObservableCollectionWithSource
<IReadOnlyList<Element>>();
31
flyoutItems.Add(new
ReadOnlyObservableCollectionWithSource
<Element>());