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