5 writes to Index
PresentationFramework (5)
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
113Items[i].Index = i + 1; 159item.Index = index; 179item.Index = -1; 298Items[i].Index = i;
System\Windows\Documents\TableColumn.cs (1)
119set { this.Index = value; }
3 references to Index
PresentationFramework (3)
MS\Internal\Documents\TableColumnCollectionInternal.cs (2)
135Debug.Assert(item != null && item.Index == -1); 178Items[item.Index] = null;
System\Windows\Documents\TableColumn.cs (1)
118get { return this.Index; }