5 writes to _count
PresentationFramework (5)
MS\Internal\PtsHost\DtrList.cs (5)
28_count = 0; 128++_count; 137++_count; 283--_count; 301++_count;
18 references to _count
PresentationFramework (18)
MS\Internal\PtsHost\DtrList.cs (18)
46if (_count > 0) 48while (i < _count) 82if (i < _count) 125if (_count == _dtrs.Length) { Resize(); } 126Array.Copy(_dtrs, i, _dtrs, i+1, _count-i); 135if (_count == _dtrs.Length) { Resize(); } 136_dtrs[_count] = dtr; 158if (_count > 0) 167for (int i = 1; i < _count; i++) 208while (i < _count) 223while (i < _count) 236last = (i < _count) ? i : _count-1; 262while (index + 1 < _count) 278for (int i = index + 2; i < _count; i++) 299if (_count == _dtrs.Length) { Resize(); } 300_dtrs[_count] = dtr; 323get { return _count; }