1 write to _rowCollectionInternal
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
37
_rowCollectionInternal
= new TableTextElementCollectionInternal<TableRowGroup, TableRow>(owner);
40 references to _rowCollectionInternal
PresentationFramework (40)
src\Framework\System\Windows\Documents\TableRowCollection.cs (40)
66
_rowCollectionInternal
.CopyTo(array, index);
88
_rowCollectionInternal
.CopyTo(array, index);
96
return
_rowCollectionInternal
.GetEnumerator();
104
return ((IEnumerable<TableRow>)
_rowCollectionInternal
).GetEnumerator();
121
_rowCollectionInternal
.Add(item);
134
_rowCollectionInternal
.Clear();
146
return
_rowCollectionInternal
.Contains(item);
156
return
_rowCollectionInternal
.IndexOf(item);
185
_rowCollectionInternal
.Insert(index, item);
205
return
_rowCollectionInternal
.Remove(item);
224
_rowCollectionInternal
.RemoveAt(index);
249
_rowCollectionInternal
.RemoveRange(index, count);
264
_rowCollectionInternal
.TrimToSize();
279
return ((IList)
_rowCollectionInternal
).Add(value);
289
return ((IList)
_rowCollectionInternal
).Contains(value);
294
return ((IList)
_rowCollectionInternal
).IndexOf(value);
299
((IList)
_rowCollectionInternal
).Insert(index, value);
306
return ((IList)
_rowCollectionInternal
).IsFixedSize;
314
return ((IList)
_rowCollectionInternal
).IsReadOnly;
320
((IList)
_rowCollectionInternal
).Remove(value);
325
((IList)
_rowCollectionInternal
).RemoveAt(index);
332
return ((IList)
_rowCollectionInternal
)[index];
337
((IList)
_rowCollectionInternal
)[index] = value;
359
return
_rowCollectionInternal
.Count;
370
return ((IList)
_rowCollectionInternal
).IsReadOnly;
384
return ((IList)
_rowCollectionInternal
).IsSynchronized;
395
return ((IList)
_rowCollectionInternal
).SyncRoot;
422
return
_rowCollectionInternal
.Capacity;
426
_rowCollectionInternal
.Capacity = value;
444
return
_rowCollectionInternal
[index];
448
_rowCollectionInternal
[index] = value;
461
_rowCollectionInternal
.InternalAdd(item);
469
_rowCollectionInternal
.InternalRemove(item);
489
_rowCollectionInternal
.EnsureCapacity(min);
506
_rowCollectionInternal
.PrivateConnectChild(index, item);
516
_rowCollectionInternal
.PrivateDisconnectChild(item);
522
return
_rowCollectionInternal
.BelongsToOwner(item);
529
return
_rowCollectionInternal
.FindInsertionIndex(item);
550
return
_rowCollectionInternal
.PrivateCapacity;
554
_rowCollectionInternal
.PrivateCapacity = value;