3 references to PrivateIsEmpty
PresentationFramework (3)
MS\Internal\Data\CompositeCollectionView.cs (3)
50int currentPosition = PrivateIsEmpty ? -1 : 0; 51int count = PrivateIsEmpty ? 0 : 1; 99get { return PrivateIsEmpty; }