8 writes to Size
PresentationFramework (8)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
728
--
Size
;
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
48
int index =
Size
++;
73
Size
= 0;
126
Size
++;
303
Size
-= count;
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
75
Size
= 0;
306
--
Size
;
387
Size
++;
40 references to Size
PresentationFramework (40)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (13)
87
if (array.Length - index <
Size
)
92
Array.Copy(Items, 0, array, index,
Size
);
122
if (array.Length - index <
Size
)
127
Array.Copy(Items, 0, array, index,
Size
);
304
PrivateCapacity =
Size
;
336
if (_index < (_collection.
Size
- 1))
345
_index = _collection.
Size
;
564
return (
Size
);
730
for (int i = index; i <
Size
; ++i)
738
Items[
Size
] = null;
779
if (value <
Size
)
787
if (
Size
> 0)
789
Array.Copy(Items, 0, newItems, 0,
Size
);
src\Framework\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
)
111
if (
Size
== Items.Length)
113
EnsureCapacity(
Size
+ 1);
116
for (int i =
Size
- 1; i >= index; --i)
249
if (index < 0 || index >=
Size
)
281
if (index < 0 || index >=
Size
)
289
if (
Size
- index < count)
304
for (int i = index; i <
Size
; ++i)
329
if (index < 0 || index >=
Size
)
337
if (index < 0 || index >=
Size
)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (14)
52
Owner.InsertionIndex =
Size
;
69
for (int i =
Size
- 1; i >= 0; --i)
106
if (index < 0 || index >
Size
)
121
if (index ==
Size
)
196
if (index < 0 || index >=
Size
)
229
if (index < 0 || index >=
Size
)
237
if (
Size
- index < count)
308
for (int i = index; i <
Size
; ++i)
316
Items[
Size
] = null;
363
if (
Size
== Items.Length)
365
EnsureCapacity(
Size
+ 1);
377
for (int i =
Size
- 1; i >= index; --i)
415
if (index < 0 || index >=
Size
)
423
if (index < 0 || index >=
Size
)