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