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