Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
3 references to IsEmpty
PresentationFramework (3)
MS\Internal\Controls\InnerItemCollectionView.cs (2)
504bool wasEmpty = IsEmpty; 542if (IsEmpty || oldIsCurrentBeforeFirst)
System\Windows\Controls\ItemCollection.cs (1)
1645if (_internalView.IsEmpty)