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