8 writes to Size
PresentationFramework (8)
MS\Internal\Documents\ContentElementCollection.cs (1)
705
--
Size
;
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
43
int index =
Size
++;
68
Size
= 0;
118
Size
++;
292
Size
-= count;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
72
Size
= 0;
296
--
Size
;
377
Size
++;
40 references to Size
PresentationFramework (40)
MS\Internal\Documents\ContentElementCollection.cs (13)
76
if (array.Length - index <
Size
)
81
Array.Copy(Items, 0, array, index,
Size
);
108
if (array.Length - index <
Size
)
113
Array.Copy(Items, 0, array, index,
Size
);
290
PrivateCapacity =
Size
;
322
if (_index < (_collection.
Size
- 1))
331
_index = _collection.
Size
;
541
return (
Size
);
707
for (int i = index; i <
Size
; ++i)
715
Items[
Size
] = null;
756
if (value <
Size
)
764
if (
Size
> 0)
766
Array.Copy(Items, 0, newItems, 0,
Size
);
MS\Internal\Documents\TableColumnCollectionInternal.cs (13)
38
if (
Size
== Items.Length)
40
EnsureCapacity(
Size
+ 1);
61
for (int i = 0; i <
Size
; ++i)
98
if (index < 0 || index >
Size
)
103
if (
Size
== Items.Length)
105
EnsureCapacity(
Size
+ 1);
108
for (int i =
Size
- 1; i >= index; --i)
238
if (index < 0 || index >=
Size
)
270
if (index < 0 || index >=
Size
)
278
if (
Size
- index < count)
293
for (int i = index; i <
Size
; ++i)
317
if (index < 0 || index >=
Size
)
325
if (index < 0 || index >=
Size
)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (14)
49
Owner.InsertionIndex =
Size
;
66
for (int i =
Size
- 1; i >= 0; --i)
103
if (index < 0 || index >
Size
)
115
if (index ==
Size
)
187
if (index < 0 || index >=
Size
)
220
if (index < 0 || index >=
Size
)
228
if (
Size
- index < count)
298
for (int i = index; i <
Size
; ++i)
306
Items[
Size
] = null;
353
if (
Size
== Items.Length)
355
EnsureCapacity(
Size
+ 1);
367
for (int i =
Size
- 1; i >= index; --i)
404
if (index < 0 || index >=
Size
)
412
if (index < 0 || index >=
Size
)