Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
3 references to IsEmpty
PresentationFramework (3)
System\Windows\Data\BindingListCollectionView.cs (3)
1272
int oldCurrentPosition =
IsEmpty
? 0 : CurrentPosition;
1346
if (oldIsCurrentBeforeFirst ||
IsEmpty
)
1836
if (proposed == CurrentPosition ||
IsEmpty
)