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