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