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