5 writes to Index
PresentationFramework (5)
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
118Items[i].Index = i + 1; 164item.Index = index; 184item.Index = -1; 303Items[i].Index = i;
System\Windows\Documents\TableColumn.cs (1)
127set { this.Index = value; }
3 references to Index
PresentationFramework (3)
MS\Internal\Documents\TableColumnCollectionInternal.cs (2)
140Debug.Assert(item != null && item.Index == -1); 183Items[item.Index] = null;
System\Windows\Documents\TableColumn.cs (1)
126get { return this.Index; }