1 write to _rowCollectionInternal
PresentationFramework (1)
System\Windows\Documents\TableRowCollection.cs (1)
32
_rowCollectionInternal
= new TableTextElementCollectionInternal<TableRowGroup, TableRow>(owner);
40 references to _rowCollectionInternal
PresentationFramework (40)
System\Windows\Documents\TableRowCollection.cs (40)
61
_rowCollectionInternal
.CopyTo(array, index);
83
_rowCollectionInternal
.CopyTo(array, index);
91
return
_rowCollectionInternal
.GetEnumerator();
99
return ((IEnumerable<TableRow>)
_rowCollectionInternal
).GetEnumerator();
116
_rowCollectionInternal
.Add(item);
129
_rowCollectionInternal
.Clear();
141
return
_rowCollectionInternal
.Contains(item);
151
return
_rowCollectionInternal
.IndexOf(item);
180
_rowCollectionInternal
.Insert(index, item);
200
return
_rowCollectionInternal
.Remove(item);
219
_rowCollectionInternal
.RemoveAt(index);
244
_rowCollectionInternal
.RemoveRange(index, count);
259
_rowCollectionInternal
.TrimToSize();
274
return ((IList)
_rowCollectionInternal
).Add(value);
284
return ((IList)
_rowCollectionInternal
).Contains(value);
289
return ((IList)
_rowCollectionInternal
).IndexOf(value);
294
((IList)
_rowCollectionInternal
).Insert(index, value);
301
return ((IList)
_rowCollectionInternal
).IsFixedSize;
309
return ((IList)
_rowCollectionInternal
).IsReadOnly;
315
((IList)
_rowCollectionInternal
).Remove(value);
320
((IList)
_rowCollectionInternal
).RemoveAt(index);
327
return ((IList)
_rowCollectionInternal
)[index];
332
((IList)
_rowCollectionInternal
)[index] = value;
354
return
_rowCollectionInternal
.Count;
365
return ((IList)
_rowCollectionInternal
).IsReadOnly;
379
return ((IList)
_rowCollectionInternal
).IsSynchronized;
390
return ((IList)
_rowCollectionInternal
).SyncRoot;
417
return
_rowCollectionInternal
.Capacity;
421
_rowCollectionInternal
.Capacity = value;
439
return
_rowCollectionInternal
[index];
443
_rowCollectionInternal
[index] = value;
456
_rowCollectionInternal
.InternalAdd(item);
464
_rowCollectionInternal
.InternalRemove(item);
484
_rowCollectionInternal
.EnsureCapacity(min);
501
_rowCollectionInternal
.PrivateConnectChild(index, item);
511
_rowCollectionInternal
.PrivateDisconnectChild(item);
517
return
_rowCollectionInternal
.BelongsToOwner(item);
524
return
_rowCollectionInternal
.FindInsertionIndex(item);
545
return
_rowCollectionInternal
.PrivateCapacity;
549
_rowCollectionInternal
.PrivateCapacity = value;