1 write to _rowGroupCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableRowGroupCollection.cs (1)
33
_rowGroupCollectionInternal
= new TableTextElementCollectionInternal<Table, TableRowGroup>(owner);
40 references to _rowGroupCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableRowGroupCollection.cs (40)
62
_rowGroupCollectionInternal
.CopyTo(array, index);
84
_rowGroupCollectionInternal
.CopyTo(array, index);
92
return
_rowGroupCollectionInternal
.GetEnumerator();
100
return ((IEnumerable<TableRowGroup>)
_rowGroupCollectionInternal
).GetEnumerator();
117
_rowGroupCollectionInternal
.Add(item);
130
_rowGroupCollectionInternal
.Clear();
142
return
_rowGroupCollectionInternal
.Contains(item);
152
return
_rowGroupCollectionInternal
.IndexOf(item);
181
_rowGroupCollectionInternal
.Insert(index, item);
201
return
_rowGroupCollectionInternal
.Remove(item);
220
_rowGroupCollectionInternal
.RemoveAt(index);
245
_rowGroupCollectionInternal
.RemoveRange(index, count);
260
_rowGroupCollectionInternal
.TrimToSize();
275
return ((IList)
_rowGroupCollectionInternal
).Add(value);
285
return ((IList)
_rowGroupCollectionInternal
).Contains(value);
290
return ((IList)
_rowGroupCollectionInternal
).IndexOf(value);
295
((IList)
_rowGroupCollectionInternal
).Insert(index, value);
302
return ((IList)
_rowGroupCollectionInternal
).IsFixedSize;
310
return ((IList)
_rowGroupCollectionInternal
).IsReadOnly;
316
((IList)
_rowGroupCollectionInternal
).Remove(value);
321
((IList)
_rowGroupCollectionInternal
).RemoveAt(index);
328
return ((IList)
_rowGroupCollectionInternal
)[index];
333
((IList)
_rowGroupCollectionInternal
)[index] = value;
355
return
_rowGroupCollectionInternal
.Count;
366
return
_rowGroupCollectionInternal
.IsReadOnly;
379
return
_rowGroupCollectionInternal
.IsSynchronized;
390
return
_rowGroupCollectionInternal
.SyncRoot;
417
return
_rowGroupCollectionInternal
.Capacity;
421
_rowGroupCollectionInternal
.Capacity = value;
439
return
_rowGroupCollectionInternal
[index];
443
_rowGroupCollectionInternal
[index] = value;
456
_rowGroupCollectionInternal
.InternalAdd(item);
464
_rowGroupCollectionInternal
.InternalRemove(item);
484
_rowGroupCollectionInternal
.EnsureCapacity(min);
501
_rowGroupCollectionInternal
.PrivateConnectChild(index, item);
511
_rowGroupCollectionInternal
.PrivateDisconnectChild(item);
517
return
_rowGroupCollectionInternal
.BelongsToOwner(item);
524
return
_rowGroupCollectionInternal
.FindInsertionIndex(item);
545
return
_rowGroupCollectionInternal
.PrivateCapacity;
549
_rowGroupCollectionInternal
.PrivateCapacity = value;