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