8 writes to Size
PresentationFramework (8)
MS\Internal\Documents\ContentElementCollection.cs (1)
704--Size;
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
42int index = Size++; 67Size = 0; 117Size++; 291Size -= count;
MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
71Size = 0; 295--Size; 376Size++;
40 references to Size
PresentationFramework (40)
MS\Internal\Documents\ContentElementCollection.cs (13)
75if (array.Length - index < Size) 80Array.Copy(Items, 0, array, index, Size); 107if (array.Length - index < Size) 112Array.Copy(Items, 0, array, index, Size); 289PrivateCapacity = Size; 321if (_index < (_collection.Size - 1)) 330_index = _collection.Size; 540return (Size); 706for (int i = index; i < Size; ++i) 714Items[Size] = null; 755if (value < Size) 763if (Size > 0) 765Array.Copy(Items, 0, newItems, 0, Size);
MS\Internal\Documents\TableColumnCollectionInternal.cs (13)
37if (Size == Items.Length) 39EnsureCapacity(Size + 1); 60for (int i = 0; i < Size; ++i) 97if (index < 0 || index > Size) 102if (Size == Items.Length) 104EnsureCapacity(Size + 1); 107for (int i = Size - 1; i >= index; --i) 237if (index < 0 || index >= Size) 269if (index < 0 || index >= Size) 277if (Size - index < count) 292for (int i = index; i < Size; ++i) 316if (index < 0 || index >= Size) 324if (index < 0 || index >= Size)
MS\Internal\Documents\TableTextElementCollectionInternal.cs (14)
48Owner.InsertionIndex = Size; 65for (int i = Size - 1; i >= 0; --i) 102if (index < 0 || index > Size) 114if (index == Size) 186if (index < 0 || index >= Size) 219if (index < 0 || index >= Size) 227if (Size - index < count) 297for (int i = index; i < Size; ++i) 305Items[Size] = null; 352if (Size == Items.Length) 354EnsureCapacity(Size + 1); 366for (int i = Size - 1; i >= index; --i) 403if (index < 0 || index >= Size) 411if (index < 0 || index >= Size)