1 write to _rowGroupCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableRowGroupCollection.cs (1)
32
_rowGroupCollectionInternal
= new TableTextElementCollectionInternal<Table, TableRowGroup>(owner);
40 references to _rowGroupCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableRowGroupCollection.cs (40)
61
_rowGroupCollectionInternal
.CopyTo(array, index);
83
_rowGroupCollectionInternal
.CopyTo(array, index);
91
return
_rowGroupCollectionInternal
.GetEnumerator();
99
return ((IEnumerable<TableRowGroup>)
_rowGroupCollectionInternal
).GetEnumerator();
116
_rowGroupCollectionInternal
.Add(item);
129
_rowGroupCollectionInternal
.Clear();
141
return
_rowGroupCollectionInternal
.Contains(item);
151
return
_rowGroupCollectionInternal
.IndexOf(item);
180
_rowGroupCollectionInternal
.Insert(index, item);
200
return
_rowGroupCollectionInternal
.Remove(item);
219
_rowGroupCollectionInternal
.RemoveAt(index);
244
_rowGroupCollectionInternal
.RemoveRange(index, count);
259
_rowGroupCollectionInternal
.TrimToSize();
274
return ((IList)
_rowGroupCollectionInternal
).Add(value);
284
return ((IList)
_rowGroupCollectionInternal
).Contains(value);
289
return ((IList)
_rowGroupCollectionInternal
).IndexOf(value);
294
((IList)
_rowGroupCollectionInternal
).Insert(index, value);
301
return ((IList)
_rowGroupCollectionInternal
).IsFixedSize;
309
return ((IList)
_rowGroupCollectionInternal
).IsReadOnly;
315
((IList)
_rowGroupCollectionInternal
).Remove(value);
320
((IList)
_rowGroupCollectionInternal
).RemoveAt(index);
327
return ((IList)
_rowGroupCollectionInternal
)[index];
332
((IList)
_rowGroupCollectionInternal
)[index] = value;
354
return
_rowGroupCollectionInternal
.Count;
365
return
_rowGroupCollectionInternal
.IsReadOnly;
378
return
_rowGroupCollectionInternal
.IsSynchronized;
389
return
_rowGroupCollectionInternal
.SyncRoot;
416
return
_rowGroupCollectionInternal
.Capacity;
420
_rowGroupCollectionInternal
.Capacity = value;
438
return
_rowGroupCollectionInternal
[index];
442
_rowGroupCollectionInternal
[index] = value;
455
_rowGroupCollectionInternal
.InternalAdd(item);
463
_rowGroupCollectionInternal
.InternalRemove(item);
483
_rowGroupCollectionInternal
.EnsureCapacity(min);
500
_rowGroupCollectionInternal
.PrivateConnectChild(index, item);
510
_rowGroupCollectionInternal
.PrivateDisconnectChild(item);
516
return
_rowGroupCollectionInternal
.BelongsToOwner(item);
523
return
_rowGroupCollectionInternal
.FindInsertionIndex(item);
544
return
_rowGroupCollectionInternal
.PrivateCapacity;
548
_rowGroupCollectionInternal
.PrivateCapacity = value;