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