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