1 write to _columnCollection
PresentationFramework (1)
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
38
_columnCollection
= new TableColumnCollectionInternal(owner);
31 references to _columnCollection
PresentationFramework (31)
src\Framework\System\Windows\Documents\TableColumnCollection.cs (31)
67
_columnCollection
.CopyTo(array, index);
89
_columnCollection
.CopyTo(array, index);
97
return
_columnCollection
.GetEnumerator();
105
return ((IEnumerable<TableColumn>)
_columnCollection
).GetEnumerator();
122
_columnCollection
.Add(item);
135
_columnCollection
.Clear();
147
return
_columnCollection
.Contains(item);
157
return
_columnCollection
.IndexOf(item);
186
_columnCollection
.Insert(index, item);
206
return
_columnCollection
.Remove(item);
225
_columnCollection
.RemoveAt(index);
250
_columnCollection
.RemoveRange(index, count);
265
_columnCollection
.TrimToSize();
287
return ((IList)
_columnCollection
).Add(value);
297
return ((IList)
_columnCollection
).Contains(value);
302
return ((IList)
_columnCollection
).IndexOf(value);
307
((IList)
_columnCollection
).Insert(index, value);
314
return ((IList)
_columnCollection
).IsFixedSize;
322
return ((IList)
_columnCollection
).IsReadOnly;
328
((IList)
_columnCollection
).Remove(value);
333
((IList)
_columnCollection
).RemoveAt(index);
340
return ((IList)
_columnCollection
)[index];
345
((IList)
_columnCollection
)[index] = value;
367
return
_columnCollection
.Count;
379
return
_columnCollection
.IsReadOnly;
393
return
_columnCollection
.IsSynchronized;
404
return
_columnCollection
.SyncRoot;
431
return
_columnCollection
.PrivateCapacity;
435
_columnCollection
.PrivateCapacity = value;
453
return
_columnCollection
[index];
457
_columnCollection
[index] = value;