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