1 write to _rowGroupCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableRowGroupCollection.cs (1)
35
_rowGroupCollectionInternal
= new TableTextElementCollectionInternal<Table, TableRowGroup>(owner);
40 references to _rowGroupCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableRowGroupCollection.cs (40)
64
_rowGroupCollectionInternal
.CopyTo(array, index);
86
_rowGroupCollectionInternal
.CopyTo(array, index);
94
return
_rowGroupCollectionInternal
.GetEnumerator();
102
return ((IEnumerable<TableRowGroup>)
_rowGroupCollectionInternal
).GetEnumerator();
119
_rowGroupCollectionInternal
.Add(item);
132
_rowGroupCollectionInternal
.Clear();
144
return
_rowGroupCollectionInternal
.Contains(item);
154
return
_rowGroupCollectionInternal
.IndexOf(item);
183
_rowGroupCollectionInternal
.Insert(index, item);
203
return
_rowGroupCollectionInternal
.Remove(item);
222
_rowGroupCollectionInternal
.RemoveAt(index);
247
_rowGroupCollectionInternal
.RemoveRange(index, count);
262
_rowGroupCollectionInternal
.TrimToSize();
277
return ((IList)
_rowGroupCollectionInternal
).Add(value);
287
return ((IList)
_rowGroupCollectionInternal
).Contains(value);
292
return ((IList)
_rowGroupCollectionInternal
).IndexOf(value);
297
((IList)
_rowGroupCollectionInternal
).Insert(index, value);
304
return ((IList)
_rowGroupCollectionInternal
).IsFixedSize;
312
return ((IList)
_rowGroupCollectionInternal
).IsReadOnly;
318
((IList)
_rowGroupCollectionInternal
).Remove(value);
323
((IList)
_rowGroupCollectionInternal
).RemoveAt(index);
330
return ((IList)
_rowGroupCollectionInternal
)[index];
335
((IList)
_rowGroupCollectionInternal
)[index] = value;
357
return
_rowGroupCollectionInternal
.Count;
368
return
_rowGroupCollectionInternal
.IsReadOnly;
381
return
_rowGroupCollectionInternal
.IsSynchronized;
392
return
_rowGroupCollectionInternal
.SyncRoot;
419
return
_rowGroupCollectionInternal
.Capacity;
423
_rowGroupCollectionInternal
.Capacity = value;
441
return
_rowGroupCollectionInternal
[index];
445
_rowGroupCollectionInternal
[index] = value;
458
_rowGroupCollectionInternal
.InternalAdd(item);
466
_rowGroupCollectionInternal
.InternalRemove(item);
486
_rowGroupCollectionInternal
.EnsureCapacity(min);
503
_rowGroupCollectionInternal
.PrivateConnectChild(index, item);
513
_rowGroupCollectionInternal
.PrivateDisconnectChild(item);
519
return
_rowGroupCollectionInternal
.BelongsToOwner(item);
526
return
_rowGroupCollectionInternal
.FindInsertionIndex(item);
547
return
_rowGroupCollectionInternal
.PrivateCapacity;
551
_rowGroupCollectionInternal
.PrivateCapacity = value;