1 write to _columnCollection
PresentationFramework (1)
System\Windows\Documents\TableColumnCollection.cs (1)
33
_columnCollection
= new TableColumnCollectionInternal(owner);
31 references to _columnCollection
PresentationFramework (31)
System\Windows\Documents\TableColumnCollection.cs (31)
62
_columnCollection
.CopyTo(array, index);
84
_columnCollection
.CopyTo(array, index);
92
return
_columnCollection
.GetEnumerator();
100
return ((IEnumerable<TableColumn>)
_columnCollection
).GetEnumerator();
117
_columnCollection
.Add(item);
130
_columnCollection
.Clear();
142
return
_columnCollection
.Contains(item);
152
return
_columnCollection
.IndexOf(item);
181
_columnCollection
.Insert(index, item);
201
return
_columnCollection
.Remove(item);
220
_columnCollection
.RemoveAt(index);
245
_columnCollection
.RemoveRange(index, count);
260
_columnCollection
.TrimToSize();
282
return ((IList)
_columnCollection
).Add(value);
292
return ((IList)
_columnCollection
).Contains(value);
297
return ((IList)
_columnCollection
).IndexOf(value);
302
((IList)
_columnCollection
).Insert(index, value);
309
return ((IList)
_columnCollection
).IsFixedSize;
317
return ((IList)
_columnCollection
).IsReadOnly;
323
((IList)
_columnCollection
).Remove(value);
328
((IList)
_columnCollection
).RemoveAt(index);
335
return ((IList)
_columnCollection
)[index];
340
((IList)
_columnCollection
)[index] = value;
362
return
_columnCollection
.Count;
374
return
_columnCollection
.IsReadOnly;
388
return
_columnCollection
.IsSynchronized;
399
return
_columnCollection
.SyncRoot;
426
return
_columnCollection
.PrivateCapacity;
430
_columnCollection
.PrivateCapacity = value;
448
return
_columnCollection
[index];
452
_columnCollection
[index] = value;