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