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