Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
3 references to IsEmpty
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (3)
1299
int oldCurrentPosition =
IsEmpty
? 0 : CurrentPosition;
1373
if (oldIsCurrentBeforeFirst ||
IsEmpty
)
1863
if (proposed == CurrentPosition ||
IsEmpty
)