1 write to _columnCollection
PresentationFramework (1)
System\Windows\Documents\TableColumnCollection.cs (1)
32
_columnCollection
= new TableColumnCollectionInternal(owner);
31 references to _columnCollection
PresentationFramework (31)
System\Windows\Documents\TableColumnCollection.cs (31)
61
_columnCollection
.CopyTo(array, index);
83
_columnCollection
.CopyTo(array, index);
91
return
_columnCollection
.GetEnumerator();
99
return ((IEnumerable<TableColumn>)
_columnCollection
).GetEnumerator();
116
_columnCollection
.Add(item);
129
_columnCollection
.Clear();
141
return
_columnCollection
.Contains(item);
151
return
_columnCollection
.IndexOf(item);
180
_columnCollection
.Insert(index, item);
200
return
_columnCollection
.Remove(item);
219
_columnCollection
.RemoveAt(index);
244
_columnCollection
.RemoveRange(index, count);
259
_columnCollection
.TrimToSize();
281
return ((IList)
_columnCollection
).Add(value);
291
return ((IList)
_columnCollection
).Contains(value);
296
return ((IList)
_columnCollection
).IndexOf(value);
301
((IList)
_columnCollection
).Insert(index, value);
308
return ((IList)
_columnCollection
).IsFixedSize;
316
return ((IList)
_columnCollection
).IsReadOnly;
322
((IList)
_columnCollection
).Remove(value);
327
((IList)
_columnCollection
).RemoveAt(index);
334
return ((IList)
_columnCollection
)[index];
339
((IList)
_columnCollection
)[index] = value;
361
return
_columnCollection
.Count;
373
return
_columnCollection
.IsReadOnly;
387
return
_columnCollection
.IsSynchronized;
398
return
_columnCollection
.SyncRoot;
425
return
_columnCollection
.PrivateCapacity;
429
_columnCollection
.PrivateCapacity = value;
447
return
_columnCollection
[index];
451
_columnCollection
[index] = value;