1 write to _rowGroupCollectionInternal
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
37
_rowGroupCollectionInternal
= new TableTextElementCollectionInternal<Table, TableRowGroup>(owner);
40 references to _rowGroupCollectionInternal
PresentationFramework (40)
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (40)
66
_rowGroupCollectionInternal
.CopyTo(array, index);
88
_rowGroupCollectionInternal
.CopyTo(array, index);
96
return
_rowGroupCollectionInternal
.GetEnumerator();
104
return ((IEnumerable<TableRowGroup>)
_rowGroupCollectionInternal
).GetEnumerator();
121
_rowGroupCollectionInternal
.Add(item);
134
_rowGroupCollectionInternal
.Clear();
146
return
_rowGroupCollectionInternal
.Contains(item);
156
return
_rowGroupCollectionInternal
.IndexOf(item);
185
_rowGroupCollectionInternal
.Insert(index, item);
205
return
_rowGroupCollectionInternal
.Remove(item);
224
_rowGroupCollectionInternal
.RemoveAt(index);
249
_rowGroupCollectionInternal
.RemoveRange(index, count);
264
_rowGroupCollectionInternal
.TrimToSize();
279
return ((IList)
_rowGroupCollectionInternal
).Add(value);
289
return ((IList)
_rowGroupCollectionInternal
).Contains(value);
294
return ((IList)
_rowGroupCollectionInternal
).IndexOf(value);
299
((IList)
_rowGroupCollectionInternal
).Insert(index, value);
306
return ((IList)
_rowGroupCollectionInternal
).IsFixedSize;
314
return ((IList)
_rowGroupCollectionInternal
).IsReadOnly;
320
((IList)
_rowGroupCollectionInternal
).Remove(value);
325
((IList)
_rowGroupCollectionInternal
).RemoveAt(index);
332
return ((IList)
_rowGroupCollectionInternal
)[index];
337
((IList)
_rowGroupCollectionInternal
)[index] = value;
359
return
_rowGroupCollectionInternal
.Count;
370
return
_rowGroupCollectionInternal
.IsReadOnly;
383
return
_rowGroupCollectionInternal
.IsSynchronized;
394
return
_rowGroupCollectionInternal
.SyncRoot;
421
return
_rowGroupCollectionInternal
.Capacity;
425
_rowGroupCollectionInternal
.Capacity = value;
443
return
_rowGroupCollectionInternal
[index];
447
_rowGroupCollectionInternal
[index] = value;
460
_rowGroupCollectionInternal
.InternalAdd(item);
468
_rowGroupCollectionInternal
.InternalRemove(item);
488
_rowGroupCollectionInternal
.EnsureCapacity(min);
505
_rowGroupCollectionInternal
.PrivateConnectChild(index, item);
515
_rowGroupCollectionInternal
.PrivateDisconnectChild(item);
521
return
_rowGroupCollectionInternal
.BelongsToOwner(item);
528
return
_rowGroupCollectionInternal
.FindInsertionIndex(item);
549
return
_rowGroupCollectionInternal
.PrivateCapacity;
553
_rowGroupCollectionInternal
.PrivateCapacity = value;