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