8 writes to Size
PresentationFramework (8)
MS\Internal\Documents\ContentElementCollection.cs (1)
710
--
Size
;
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
48
int index =
Size
++;
73
Size
= 0;
123
Size
++;
297
Size
-= count;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
76
Size
= 0;
300
--
Size
;
381
Size
++;
40 references to Size
PresentationFramework (40)
MS\Internal\Documents\ContentElementCollection.cs (13)
81
if (array.Length - index <
Size
)
86
Array.Copy(Items, 0, array, index,
Size
);
113
if (array.Length - index <
Size
)
118
Array.Copy(Items, 0, array, index,
Size
);
295
PrivateCapacity =
Size
;
327
if (_index < (_collection.
Size
- 1))
336
_index = _collection.
Size
;
546
return (
Size
);
712
for (int i = index; i <
Size
; ++i)
720
Items[
Size
] = null;
761
if (value <
Size
)
769
if (
Size
> 0)
771
Array.Copy(Items, 0, newItems, 0,
Size
);
MS\Internal\Documents\TableColumnCollectionInternal.cs (13)
43
if (
Size
== Items.Length)
45
EnsureCapacity(
Size
+ 1);
66
for (int i = 0; i <
Size
; ++i)
103
if (index < 0 || index >
Size
)
108
if (
Size
== Items.Length)
110
EnsureCapacity(
Size
+ 1);
113
for (int i =
Size
- 1; i >= index; --i)
243
if (index < 0 || index >=
Size
)
275
if (index < 0 || index >=
Size
)
283
if (
Size
- index < count)
298
for (int i = index; i <
Size
; ++i)
322
if (index < 0 || index >=
Size
)
330
if (index < 0 || index >=
Size
)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (14)
53
Owner.InsertionIndex =
Size
;
70
for (int i =
Size
- 1; i >= 0; --i)
107
if (index < 0 || index >
Size
)
119
if (index ==
Size
)
191
if (index < 0 || index >=
Size
)
224
if (index < 0 || index >=
Size
)
232
if (
Size
- index < count)
302
for (int i = index; i <
Size
; ++i)
310
Items[
Size
] = null;
357
if (
Size
== Items.Length)
359
EnsureCapacity(
Size
+ 1);
371
for (int i =
Size
- 1; i >= index; --i)
408
if (index < 0 || index >=
Size
)
416
if (index < 0 || index >=
Size
)