1 write to _rowCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableRowCollection.cs (1)
35
_rowCollectionInternal
= new TableTextElementCollectionInternal<TableRowGroup, TableRow>(owner);
40 references to _rowCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableRowCollection.cs (40)
64
_rowCollectionInternal
.CopyTo(array, index);
86
_rowCollectionInternal
.CopyTo(array, index);
94
return
_rowCollectionInternal
.GetEnumerator();
102
return ((IEnumerable<TableRow>)
_rowCollectionInternal
).GetEnumerator();
119
_rowCollectionInternal
.Add(item);
132
_rowCollectionInternal
.Clear();
144
return
_rowCollectionInternal
.Contains(item);
154
return
_rowCollectionInternal
.IndexOf(item);
183
_rowCollectionInternal
.Insert(index, item);
203
return
_rowCollectionInternal
.Remove(item);
222
_rowCollectionInternal
.RemoveAt(index);
247
_rowCollectionInternal
.RemoveRange(index, count);
262
_rowCollectionInternal
.TrimToSize();
277
return ((IList)
_rowCollectionInternal
).Add(value);
287
return ((IList)
_rowCollectionInternal
).Contains(value);
292
return ((IList)
_rowCollectionInternal
).IndexOf(value);
297
((IList)
_rowCollectionInternal
).Insert(index, value);
304
return ((IList)
_rowCollectionInternal
).IsFixedSize;
312
return ((IList)
_rowCollectionInternal
).IsReadOnly;
318
((IList)
_rowCollectionInternal
).Remove(value);
323
((IList)
_rowCollectionInternal
).RemoveAt(index);
330
return ((IList)
_rowCollectionInternal
)[index];
335
((IList)
_rowCollectionInternal
)[index] = value;
357
return
_rowCollectionInternal
.Count;
368
return ((IList)
_rowCollectionInternal
).IsReadOnly;
382
return ((IList)
_rowCollectionInternal
).IsSynchronized;
393
return ((IList)
_rowCollectionInternal
).SyncRoot;
420
return
_rowCollectionInternal
.Capacity;
424
_rowCollectionInternal
.Capacity = value;
442
return
_rowCollectionInternal
[index];
446
_rowCollectionInternal
[index] = value;
459
_rowCollectionInternal
.InternalAdd(item);
467
_rowCollectionInternal
.InternalRemove(item);
487
_rowCollectionInternal
.EnsureCapacity(min);
504
_rowCollectionInternal
.PrivateConnectChild(index, item);
514
_rowCollectionInternal
.PrivateDisconnectChild(item);
520
return
_rowCollectionInternal
.BelongsToOwner(item);
527
return
_rowCollectionInternal
.FindInsertionIndex(item);
548
return
_rowCollectionInternal
.PrivateCapacity;
552
_rowCollectionInternal
.PrivateCapacity = value;