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)
51
if (
_count
> 0)
53
while (i <
_count
)
87
if (i <
_count
)
130
if (
_count
== _dtrs.Length) { Resize(); }
131
Array.Copy(_dtrs, i, _dtrs, i+1,
_count
-i);
140
if (
_count
== _dtrs.Length) { Resize(); }
141
_dtrs[
_count
] = dtr;
163
if (
_count
> 0)
172
for (int i = 1; i <
_count
; i++)
213
while (i <
_count
)
228
while (i <
_count
)
241
last = (i <
_count
) ? i :
_count
-1;
267
while (index + 1 <
_count
)
283
for (int i = index + 2; i <
_count
; i++)
304
if (
_count
== _dtrs.Length) { Resize(); }
305
_dtrs[
_count
] = dtr;
328
get { return
_count
; }