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