Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
3 references to IsEmpty
PresentationFramework (3)
MS\Internal\Controls\InnerItemCollectionView.cs (2)
504
bool wasEmpty =
IsEmpty
;
542
if (
IsEmpty
|| oldIsCurrentBeforeFirst)
System\Windows\Controls\ItemCollection.cs (1)
1645
if (_internalView.
IsEmpty
)