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