5 writes to _count
PresentationFramework (5)
MS\Internal\PtsHost\DtrList.cs (5)
33_count = 0; 133++_count; 142++_count; 288--_count; 306++_count;
18 references to _count
PresentationFramework (18)
MS\Internal\PtsHost\DtrList.cs (18)
51if (_count > 0) 53while (i < _count) 87if (i < _count) 130if (_count == _dtrs.Length) { Resize(); } 131Array.Copy(_dtrs, i, _dtrs, i+1, _count-i); 140if (_count == _dtrs.Length) { Resize(); } 141_dtrs[_count] = dtr; 163if (_count > 0) 172for (int i = 1; i < _count; i++) 213while (i < _count) 228while (i < _count) 241last = (i < _count) ? i : _count-1; 267while (index + 1 < _count) 283for (int i = index + 2; i < _count; i++) 304if (_count == _dtrs.Length) { Resize(); } 305_dtrs[_count] = dtr; 328get { return _count; }