8 writes to Size
PresentationFramework (8)
MS\Internal\Documents\ContentElementCollection.cs (1)
705--Size;
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
43int index = Size++; 68Size = 0; 118Size++; 292Size -= count;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
72Size = 0; 296--Size; 377Size++;
40 references to Size
PresentationFramework (40)
MS\Internal\Documents\ContentElementCollection.cs (13)
76if (array.Length - index < Size) 81Array.Copy(Items, 0, array, index, Size); 108if (array.Length - index < Size) 113Array.Copy(Items, 0, array, index, Size); 290PrivateCapacity = Size; 322if (_index < (_collection.Size - 1)) 331_index = _collection.Size; 541return (Size); 707for (int i = index; i < Size; ++i) 715Items[Size] = null; 756if (value < Size) 764if (Size > 0) 766Array.Copy(Items, 0, newItems, 0, Size);
MS\Internal\Documents\TableColumnCollectionInternal.cs (13)
38if (Size == Items.Length) 40EnsureCapacity(Size + 1); 61for (int i = 0; i < Size; ++i) 98if (index < 0 || index > Size) 103if (Size == Items.Length) 105EnsureCapacity(Size + 1); 108for (int i = Size - 1; i >= index; --i) 238if (index < 0 || index >= Size) 270if (index < 0 || index >= Size) 278if (Size - index < count) 293for (int i = index; i < Size; ++i) 317if (index < 0 || index >= Size) 325if (index < 0 || index >= Size)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (14)
49Owner.InsertionIndex = Size; 66for (int i = Size - 1; i >= 0; --i) 103if (index < 0 || index > Size) 115if (index == Size) 187if (index < 0 || index >= Size) 220if (index < 0 || index >= Size) 228if (Size - index < count) 298for (int i = index; i < Size; ++i) 306Items[Size] = null; 353if (Size == Items.Length) 355EnsureCapacity(Size + 1); 367for (int i = Size - 1; i >= index; --i) 404if (index < 0 || index >= Size) 412if (index < 0 || index >= Size)