5 writes to _count
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\DtrList.cs (5)
37_count = 0; 137++_count; 146++_count; 292--_count; 310++_count;
18 references to _count
PresentationFramework (18)
src\Framework\MS\Internal\PtsHost\DtrList.cs (18)
55if (_count > 0) 57while (i < _count) 91if (i < _count) 134if (_count == _dtrs.Length) { Resize(); } 135Array.Copy(_dtrs, i, _dtrs, i+1, _count-i); 144if (_count == _dtrs.Length) { Resize(); } 145_dtrs[_count] = dtr; 167if (_count > 0) 176for (int i = 1; i < _count; i++) 217while (i < _count) 232while (i < _count) 245last = (i < _count) ? i : _count-1; 271while (index + 1 < _count) 287for (int i = index + 2; i < _count; i++) 308if (_count == _dtrs.Length) { Resize(); } 309_dtrs[_count] = dtr; 332get { return _count; }