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)
47
if (
_count
> 0)
49
while (i <
_count
)
83
if (i <
_count
)
126
if (
_count
== _dtrs.Length) { Resize(); }
127
Array.Copy(_dtrs, i, _dtrs, i+1,
_count
-i);
136
if (
_count
== _dtrs.Length) { Resize(); }
137
_dtrs[
_count
] = dtr;
159
if (
_count
> 0)
168
for (int i = 1; i <
_count
; i++)
209
while (i <
_count
)
224
while (i <
_count
)
237
last = (i <
_count
) ? i :
_count
-1;
263
while (index + 1 <
_count
)
279
for (int i = index + 2; i <
_count
; i++)
300
if (
_count
== _dtrs.Length) { Resize(); }
301
_dtrs[
_count
] = dtr;
324
get { return
_count
; }