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