5 writes to Index
PresentationFramework (5)
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
112Items[i].Index = i + 1; 158item.Index = index; 178item.Index = -1; 297Items[i].Index = i;
System\Windows\Documents\TableColumn.cs (1)
118set { this.Index = value; }
3 references to Index
PresentationFramework (3)
MS\Internal\Documents\TableColumnCollectionInternal.cs (2)
134Debug.Assert(item != null && item.Index == -1); 177Items[item.Index] = null;
System\Windows\Documents\TableColumn.cs (1)
117get { return this.Index; }