Base:
property
IsEmpty
System.Windows.Data.CollectionView.IsEmpty
4 references to IsEmpty
PresentationFramework (4)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (4)
138
return (
IsEmpty
|| (_currentPositionX >= _collection.Count));
151
return (
IsEmpty
|| (_currentPositionX < 0));
242
if (!
IsEmpty
) // when empty, don't bother looking, and currency stays at BeforeFirst.
253
if (
IsEmpty
)