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