8 writes to Size
PresentationFramework (8)
MS\Internal\Documents\ContentElementCollection.cs (1)
704
--
Size
;
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
42
int index =
Size
++;
67
Size
= 0;
117
Size
++;
291
Size
-= count;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
71
Size
= 0;
295
--
Size
;
376
Size
++;
40 references to Size
PresentationFramework (40)
MS\Internal\Documents\ContentElementCollection.cs (13)
75
if (array.Length - index <
Size
)
80
Array.Copy(Items, 0, array, index,
Size
);
107
if (array.Length - index <
Size
)
112
Array.Copy(Items, 0, array, index,
Size
);
289
PrivateCapacity =
Size
;
321
if (_index < (_collection.
Size
- 1))
330
_index = _collection.
Size
;
540
return (
Size
);
706
for (int i = index; i <
Size
; ++i)
714
Items[
Size
] = null;
755
if (value <
Size
)
763
if (
Size
> 0)
765
Array.Copy(Items, 0, newItems, 0,
Size
);
MS\Internal\Documents\TableColumnCollectionInternal.cs (13)
37
if (
Size
== Items.Length)
39
EnsureCapacity(
Size
+ 1);
60
for (int i = 0; i <
Size
; ++i)
97
if (index < 0 || index >
Size
)
102
if (
Size
== Items.Length)
104
EnsureCapacity(
Size
+ 1);
107
for (int i =
Size
- 1; i >= index; --i)
237
if (index < 0 || index >=
Size
)
269
if (index < 0 || index >=
Size
)
277
if (
Size
- index < count)
292
for (int i = index; i <
Size
; ++i)
316
if (index < 0 || index >=
Size
)
324
if (index < 0 || index >=
Size
)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (14)
48
Owner.InsertionIndex =
Size
;
65
for (int i =
Size
- 1; i >= 0; --i)
102
if (index < 0 || index >
Size
)
114
if (index ==
Size
)
186
if (index < 0 || index >=
Size
)
219
if (index < 0 || index >=
Size
)
227
if (
Size
- index < count)
297
for (int i = index; i <
Size
; ++i)
305
Items[
Size
] = null;
352
if (
Size
== Items.Length)
354
EnsureCapacity(
Size
+ 1);
366
for (int i =
Size
- 1; i >= index; --i)
403
if (index < 0 || index >=
Size
)
411
if (index < 0 || index >=
Size
)