1 write to _rowCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableRowCollection.cs (1)
33
_rowCollectionInternal
= new TableTextElementCollectionInternal<TableRowGroup, TableRow>(owner);
40 references to _rowCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableRowCollection.cs (40)
62
_rowCollectionInternal
.CopyTo(array, index);
84
_rowCollectionInternal
.CopyTo(array, index);
92
return
_rowCollectionInternal
.GetEnumerator();
100
return ((IEnumerable<TableRow>)
_rowCollectionInternal
).GetEnumerator();
117
_rowCollectionInternal
.Add(item);
130
_rowCollectionInternal
.Clear();
142
return
_rowCollectionInternal
.Contains(item);
152
return
_rowCollectionInternal
.IndexOf(item);
181
_rowCollectionInternal
.Insert(index, item);
201
return
_rowCollectionInternal
.Remove(item);
220
_rowCollectionInternal
.RemoveAt(index);
245
_rowCollectionInternal
.RemoveRange(index, count);
260
_rowCollectionInternal
.TrimToSize();
275
return ((IList)
_rowCollectionInternal
).Add(value);
285
return ((IList)
_rowCollectionInternal
).Contains(value);
290
return ((IList)
_rowCollectionInternal
).IndexOf(value);
295
((IList)
_rowCollectionInternal
).Insert(index, value);
302
return ((IList)
_rowCollectionInternal
).IsFixedSize;
310
return ((IList)
_rowCollectionInternal
).IsReadOnly;
316
((IList)
_rowCollectionInternal
).Remove(value);
321
((IList)
_rowCollectionInternal
).RemoveAt(index);
328
return ((IList)
_rowCollectionInternal
)[index];
333
((IList)
_rowCollectionInternal
)[index] = value;
355
return
_rowCollectionInternal
.Count;
366
return ((IList)
_rowCollectionInternal
).IsReadOnly;
380
return ((IList)
_rowCollectionInternal
).IsSynchronized;
391
return ((IList)
_rowCollectionInternal
).SyncRoot;
418
return
_rowCollectionInternal
.Capacity;
422
_rowCollectionInternal
.Capacity = value;
440
return
_rowCollectionInternal
[index];
444
_rowCollectionInternal
[index] = value;
457
_rowCollectionInternal
.InternalAdd(item);
465
_rowCollectionInternal
.InternalRemove(item);
485
_rowCollectionInternal
.EnsureCapacity(min);
502
_rowCollectionInternal
.PrivateConnectChild(index, item);
512
_rowCollectionInternal
.PrivateDisconnectChild(item);
518
return
_rowCollectionInternal
.BelongsToOwner(item);
525
return
_rowCollectionInternal
.FindInsertionIndex(item);
546
return
_rowCollectionInternal
.PrivateCapacity;
550
_rowCollectionInternal
.PrivateCapacity = value;