31 writes to TabStop
Accessibility_Core_App (4)
CommonControl2.Designer.cs (1)
116this.radioButton1.TabStop = true;
ContainerControls.Designer.cs (1)
355this.radioButton3.TabStop = true;
ContainerControls2.Designer.cs (1)
206this.radioButton3.TabStop = true;
DataBindingExample.Designer.cs (1)
136this.radioButton1.TabStop = true;
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (3)
94this.radioButtonUnrestricted.TabStop = true; 103this.radioButtonPermissions.TabStop = true; 112this.radioButtonTemplate.TabStop = true;
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\RadioButton.cs (4)
49TabStop = false; 387TabStop = true; 406TabStop = _isChecked; 447button.TabStop = false;
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\DockEditor.DockUI.cs (6)
48TabStop = true, 57TabStop = true, 69TabStop = true, 80TabStop = true, 91TabStop = true, 102TabStop = true,
System.Windows.Forms.Tests (11)
System\Windows\Forms\RadioButtonTests.cs (11)
207TabStop = value 213control.TabStop = value; 218control.TabStop = value; 236control.TabStop = value; 244control.TabStop = value; 252control.TabStop = value; 265TabStop = true 277control.TabStop = false; 282control.TabStop = false; 287control.TabStop = true; 293control.TabStop = false;
WinFormsControlsTest (3)
MultipleControls.Designer.cs (2)
195this.radioButton2.TabStop = true; 205this.radioButton1.TabStop = true;
TrackBars.Designer.cs (1)
77this.rbHorizontal.TabStop = true;
11 references to TabStop
System.Windows.Forms.Tests (11)
System\Windows\Forms\RadioButtonTests.cs (11)
107Assert.False(control.TabStop); 209Assert.Equal(value, control.TabStop); 214Assert.Equal(value, control.TabStop); 219Assert.Equal(value, control.TabStop); 237Assert.Equal(value, control.TabStop); 245Assert.Equal(value, control.TabStop); 253Assert.Equal(value, control.TabStop); 278Assert.False(control.TabStop); 283Assert.False(control.TabStop); 288Assert.True(control.TabStop); 294Assert.False(control.TabStop);