7 writes to ThreeState
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (2)
161ThreeState = threeState, 263using CheckBox checkBox = new() { ThreeState = true };
System\Windows\Forms\CheckBoxTests.cs (3)
235ThreeState = threeState, 257ThreeState = threeState, 453ThreeState = expected
TestPassApp (1)
CommonControl1.Designer.cs (1)
274this.checkBox3.ThreeState = true;
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)
115Assert.False(control.ThreeState); 456Assert.Equal(expected, box.ThreeState);