5 writes to Index
PresentationFramework (5)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
121
Items[i].
Index
= i + 1;
167
item.
Index
= index;
187
item.
Index
= -1;
309
Items[i].
Index
= i;
src\Framework\System\Windows\Documents\TableColumn.cs (1)
132
set { this.
Index
= value; }
3 references to Index
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (2)
143
Debug.Assert(item != null && item.
Index
== -1);
186
Items[item.
Index
] = null;
src\Framework\System\Windows\Documents\TableColumn.cs (1)
131
get { return this.
Index
; }