Implemented interface member:
4 references to Count
Microsoft.Maui.Controls (4)
Menu\MenuBar.cs (3)
49
if (this.
Count
> i && this[i] == menuBarItem)
58
while (this.
Count
> menuBarItems.Count)
59
RemoveAt(this.
Count
- 1);
Menu\MenuBarTracker.cs (1)
30
if (_menuBar.
Count
== 0)