Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
3 references to IsEmpty
PresentationFramework (3)
MS\Internal\Data\EnumerableCollectionView.cs (1)
303return (_view != null) ? _view.IsEmpty : true;
System\Windows\Data\ListCollectionView.cs (2)
116int oldCurrentPosition = IsEmpty ? -1 : CurrentPosition; 125if (oldIsCurrentBeforeFirst || IsEmpty)