Base:
property
Count
System.Windows.Data.CollectionView.Count
Implemented interface member:
property
Count
System.Collections.ICollection.Count
2 references to Count
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
363if (index >= _internalView.Count) 546if (index < 0 || index >= _internalView.Count)