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