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