Implemented interface member:
property
IsEmpty
System.ComponentModel.ICollectionView.IsEmpty
7 overrides of IsEmpty
PresentationFramework (7)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
385public override bool IsEmpty
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
294public override bool IsEmpty
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
104public override bool IsEmpty
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
301public override bool IsEmpty
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
510public override bool IsEmpty
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
406public override bool IsEmpty
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
522public override bool IsEmpty
8 references to IsEmpty
PresentationFramework (7)
src\Framework\MS\Internal\Data\IndexedEnumerable.cs (1)
586isEmpty= CollectionView.IsEmpty;
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
519return _collectionView.IsEmpty;
src\Framework\System\Windows\Data\CollectionView.cs (5)
866if (IsEmpty || oldIsCurrentBeforeFirst) 943bool isEmpty = IsEmpty; 960int count = (newItem != null) ? 0 : IsEmpty ? 0 : Count; 1426return (IsEmpty || HashHelper.HasReliableHashCode(GetItemAt(0))); 1578if (IsEmpty)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
762if (this.CollectionView != null && !this.CollectionView.IsEmpty)