7 writes to ThreeState
Accessibility_Core_App (1)
CommonControl1.Designer.cs (1)
274this.checkBox3.ThreeState = true;
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (2)
159ThreeState = threeState, 261using CheckBox checkBox = new() { ThreeState = true };
System\Windows\Forms\CheckBoxTests.cs (3)
233ThreeState = threeState, 255ThreeState = threeState, 451ThreeState = expected
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
186this.checkBox2.ThreeState = true;
4 references to ThreeState
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\CheckBox.CheckBoxAccessibleObject.cs (1)
79if (owner.ThreeState)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
443if (ThreeState)
System.Windows.Forms.Tests (2)
System\Windows\Forms\CheckBoxTests.cs (2)
113Assert.False(control.ThreeState); 454Assert.Equal(expected, box.ThreeState);