1 write to _columnCollection
PresentationFramework (1)
System\Windows\Documents\TableColumnCollection.cs (1)
35
_columnCollection
= new TableColumnCollectionInternal(owner);
31 references to _columnCollection
PresentationFramework (31)
System\Windows\Documents\TableColumnCollection.cs (31)
64
_columnCollection
.CopyTo(array, index);
86
_columnCollection
.CopyTo(array, index);
94
return
_columnCollection
.GetEnumerator();
102
return ((IEnumerable<TableColumn>)
_columnCollection
).GetEnumerator();
119
_columnCollection
.Add(item);
132
_columnCollection
.Clear();
144
return
_columnCollection
.Contains(item);
154
return
_columnCollection
.IndexOf(item);
183
_columnCollection
.Insert(index, item);
203
return
_columnCollection
.Remove(item);
222
_columnCollection
.RemoveAt(index);
247
_columnCollection
.RemoveRange(index, count);
262
_columnCollection
.TrimToSize();
284
return ((IList)
_columnCollection
).Add(value);
294
return ((IList)
_columnCollection
).Contains(value);
299
return ((IList)
_columnCollection
).IndexOf(value);
304
((IList)
_columnCollection
).Insert(index, value);
311
return ((IList)
_columnCollection
).IsFixedSize;
319
return ((IList)
_columnCollection
).IsReadOnly;
325
((IList)
_columnCollection
).Remove(value);
330
((IList)
_columnCollection
).RemoveAt(index);
337
return ((IList)
_columnCollection
)[index];
342
((IList)
_columnCollection
)[index] = value;
364
return
_columnCollection
.Count;
376
return
_columnCollection
.IsReadOnly;
390
return
_columnCollection
.IsSynchronized;
401
return
_columnCollection
.SyncRoot;
428
return
_columnCollection
.PrivateCapacity;
432
_columnCollection
.PrivateCapacity = value;
450
return
_columnCollection
[index];
454
_columnCollection
[index] = value;