2 references to IsEmpty
PresentationFramework (2)
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
184
return le.
IsEmpty
;
src\Framework\System\Windows\Data\CollectionView.cs (1)
736
get { return EnumerableWrapper.
IsEmpty
; }