2 instantiations of CastingList
Microsoft.Maui.Controls (2)
Menu\MenuBarItem.cs (1)
22
LogicalChildrenInternalBackingStore = new
CastingList
<Element, IMenuElement>(_menus);
Menu\MenuFlyout.cs (1)
15
LogicalChildrenInternalBackingStore = new
CastingList
<Element, IMenuElement>(_menus);