5 writes to _count
PresentationFramework (5)
MS\Internal\PtsHost\DtrList.cs (5)
28
_count
= 0;
128
++
_count
;
137
++
_count
;
283
--
_count
;
301
++
_count
;
18 references to _count
PresentationFramework (18)
MS\Internal\PtsHost\DtrList.cs (18)
46
if (
_count
> 0)
48
while (i <
_count
)
82
if (i <
_count
)
125
if (
_count
== _dtrs.Length) { Resize(); }
126
Array.Copy(_dtrs, i, _dtrs, i+1,
_count
-i);
135
if (
_count
== _dtrs.Length) { Resize(); }
136
_dtrs[
_count
] = dtr;
158
if (
_count
> 0)
167
for (int i = 1; i <
_count
; i++)
208
while (i <
_count
)
223
while (i <
_count
)
236
last = (i <
_count
) ? i :
_count
-1;
262
while (index + 1 <
_count
)
278
for (int i = index + 2; i <
_count
; i++)
299
if (
_count
== _dtrs.Length) { Resize(); }
300
_dtrs[
_count
] = dtr;
323
get { return
_count
; }