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