5 writes to _count
PresentationFramework (5)
MS\Internal\PtsHost\DtrList.cs (5)
29_count = 0; 129++_count; 138++_count; 284--_count; 302++_count;
18 references to _count
PresentationFramework (18)
MS\Internal\PtsHost\DtrList.cs (18)
47if (_count > 0) 49while (i < _count) 83if (i < _count) 126if (_count == _dtrs.Length) { Resize(); } 127Array.Copy(_dtrs, i, _dtrs, i+1, _count-i); 136if (_count == _dtrs.Length) { Resize(); } 137_dtrs[_count] = dtr; 159if (_count > 0) 168for (int i = 1; i < _count; i++) 209while (i < _count) 224while (i < _count) 237last = (i < _count) ? i : _count-1; 263while (index + 1 < _count) 279for (int i = index + 2; i < _count; i++) 300if (_count == _dtrs.Length) { Resize(); } 301_dtrs[_count] = dtr; 324get { return _count; }