1 implementation of IsEmpty
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
734public virtual bool IsEmpty
2 references to IsEmpty
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
296get { return ProxiedView.IsEmpty; }
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
173return cv.IsEmpty;