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)
55
if (
_count
> 0)
57
while (i <
_count
)
91
if (i <
_count
)
134
if (
_count
== _dtrs.Length) { Resize(); }
135
Array.Copy(_dtrs, i, _dtrs, i+1,
_count
-i);
144
if (
_count
== _dtrs.Length) { Resize(); }
145
_dtrs[
_count
] = dtr;
167
if (
_count
> 0)
176
for (int i = 1; i <
_count
; i++)
217
while (i <
_count
)
232
while (i <
_count
)
245
last = (i <
_count
) ? i :
_count
-1;
271
while (index + 1 <
_count
)
287
for (int i = index + 2; i <
_count
; i++)
308
if (
_count
== _dtrs.Length) { Resize(); }
309
_dtrs[
_count
] = dtr;
332
get { return
_count
; }