3 references to PrivateIsEmpty
PresentationFramework (3)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (3)
57int currentPosition = PrivateIsEmpty ? -1 : 0; 58int count = PrivateIsEmpty ? 0 : 1; 106get { return PrivateIsEmpty; }