5 writes to TabIndex
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
105TabIndex = column.DisplayIndex; 265TabIndex = column.DisplayIndex;
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
112TabIndex = column.DisplayIndex; 442TabIndex = column.DisplayIndex;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialogWindow.xaml.cs (1)
76this.payload.TabIndex = 0;