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