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