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