4 writes to _size
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (4)
159
_size
= 0;
328
_size
-= count;
691
_size
++;
709
--
_size
;
34 references to _size
PresentationFramework (34)
System\Windows\Controls\ColumnDefinition.cs (34)
84
if (array.Length - index <
_size
)
89
if (
_size
> 0)
92
Array.Copy(_items, 0, array, index,
_size
);
106
if (array.Length - index <
_size
)
111
if (
_size
> 0)
114
Array.Copy(_items, 0, array, index,
_size
);
129
PrivateInsert(
_size
, value as ColumnDefinition);
130
return (
_size
- 1);
140
PrivateInsert(
_size
, value);
151
for (int i = 0; i <
_size
; ++i)
226
if (index < 0 || index >
_size
)
240
if (index < 0 || index >
_size
)
284
if (index < 0 || index >=
_size
)
303
if (index < 0 || index >=
_size
)
311
if (
_size
- index < count)
329
for (int i = index; i <
_size
; ++i)
373
get { return (
_size
); }
426
if (index < 0 || index >=
_size
)
436
if (index < 0 || index >=
_size
)
452
if (index < 0 || index >=
_size
)
462
if (index < 0 || index >=
_size
)
486
PrivateSetCapacity(
_size
);
520
for (int i = 0; i <
_size
; i++)
530
for (int i = 0; i <
_size
; i++)
550
get { return (
_size
); }
675
else if (
_size
== _items.Length)
680
for (int i =
_size
- 1; i >= index; --i)
711
for (int i = index; i <
_size
; ++i)
720
_items[
_size
] = null;
742
Debug.Assert(value >=
_size
);
751
if (
_size
> 0)
753
Array.Copy(_items, 0, newItems, 0,
_size
);
817
if (_index < (_collection.
_size
- 1))
826
_index = _collection.
_size
;