Implemented interface members:
2 references to Count
Microsoft.Maui.Controls (2)
LegacyLayouts\LayoutOfT.cs (1)
11
int ICollection<IView>.Count => _children.
Count
;
ObservableWrapper.cs (1)
60
if (array.Length - destIndex <
Count
)