4 references to Count
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
291get { return EnumerableWrapper.Count; }
src\Framework\System\Windows\Data\CollectionContainer.cs (2)
158return ViewList.Count; 186return (ViewList.Count == 0);
src\Framework\System\Windows\Data\CollectionView.cs (1)
727return EnumerableWrapper.Count;