89 references to CheckBox
Accessibility_Core_App (8)
CommonControl1.Designer.cs (3)
49this.checkBox3 = new System.Windows.Forms.CheckBox(); 50this.checkBox2 = new System.Windows.Forms.CheckBox(); 51this.checkBox1 = new System.Windows.Forms.CheckBox();
ContainerControls.Designer.cs (2)
51this.checkBox2 = new System.Windows.Forms.CheckBox(); 57this.checkBox1 = new System.Windows.Forms.CheckBox();
ContainerControls2.Designer.cs (2)
42this.checkBox2 = new System.Windows.Forms.CheckBox(); 48this.checkBox1 = new System.Windows.Forms.CheckBox();
DataBindingExample.Designer.cs (1)
36this.checkBox1 = new System.Windows.Forms.CheckBox();
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (2)
54this.checkBoxValidUntil = new System.Windows.Forms.CheckBox(); 57this.checkBoxPermissionsContact = new System.Windows.Forms.CheckBox();
MS\Internal\Documents\SigningDialog.Designer.cs (2)
37_addDigSigCheckBox = new System.Windows.Forms.CheckBox(); 39_addDocPropCheckBox = new System.Windows.Forms.CheckBox();
System.Windows.Forms.Design (14)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
18_checkBox = new CheckBox
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (6)
80_noneCheckBox = new CheckBox(); 81_allCheckBox = new CheckBox(); 82_topCheckBox = new CheckBox(); 83_bottomCheckBox = new CheckBox(); 84_rightCheckBox = new CheckBox(); 85_leftCheckBox = new CheckBox();
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (3)
264_frozenCheckBox = new CheckBox(); 265_visibleCheckBox = new CheckBox(); 266_readOnlyCheckBox = new CheckBox();
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
130_checkBoxUseValidatingType = new CheckBox();
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (3)
122_ctrlCheckBox = new CheckBox(); 123_altCheckBox = new CheckBox(); 124_shiftCheckBox = new CheckBox();
System.Windows.Forms.Tests (38)
CheckedListBoxTests.cs (3)
369control.Items.Add(new CheckBox(), false); 386control.Items.Add(new CheckBox(), false); 396box.Items.Add(new CheckBox(), false);
SerializableTypesTests.cs (1)
292tableLayoutPanel.Controls.Add(new CheckBox() { Name = "checkBox11" }, 1, 1);
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (15)
28using CheckBox checkBox = new(); 39using CheckBox checkBox = new() 55using CheckBox checkBox = new(); 68using CheckBox checkBox = new(); 79using CheckBox checkBox = new() 96using CheckBox checkBox = new(); 121using CheckBox checkBox = new() { CheckState = checkState }; 157using CheckBox checkBox = new() 178using CheckBox checkBox = new() 193using CheckBox checkBox = new() 213using CheckBox checkBox = new() 232using CheckBox checkBox = new(); 243using CheckBox checkBox = new(); 261using CheckBox checkBox = new() { ThreeState = true }; 298using CheckBox checkBox = new();
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
170{ new CheckBox(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\CheckBoxRendererTests.cs (1)
160protected override ButtonBase CreateButton() => new CheckBox();
System\Windows\Forms\CheckBoxTests.cs (15)
150using CheckBox control = new() 167using CheckBox control = new(); 175using CheckBox box = new() 187using CheckBox control = new() 204using CheckBox control = new(); 213using CheckBox box = new() 269using CheckBox control = new() 286using CheckBox control = new(); 424using CheckBox control = new() 441using CheckBox control = new(); 449using CheckBox box = new() 460using CheckBox box = new(); 470using CheckBox box = new(); 480using CheckBox box = new(); 624using CheckBox box = new();
System\Windows\Forms\ControlTests.cs (2)
887using CheckBox checkBox1 = new() { Checked = true }; 889using CheckBox checkBox2 = new() { Checked = true };
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
600_useCustomCursorsCheck = new CheckBox();
WinFormsControlsTest (24)
Buttons.cs (1)
71checkBox = new CheckBox
Calendar.Designer.cs (2)
46this.showWeekNumbersCheckBox = new System.Windows.Forms.CheckBox(); 47this.showTodayCheckBox = new System.Windows.Forms.CheckBox();
ComboBoxesWithScrollBars.Designer.cs (6)
50this.integralHeightCheckBox1 = new System.Windows.Forms.CheckBox(); 51this.integralHeightCheckBox2 = new System.Windows.Forms.CheckBox(); 52this.integralHeightCheckBox3 = new System.Windows.Forms.CheckBox(); 54this.useDifferentHeightsCheckBox1 = new System.Windows.Forms.CheckBox(); 55this.useDifferentHeightsCheckBox2 = new System.Windows.Forms.CheckBox(); 56this.useDifferentHeightsCheckBox3 = new System.Windows.Forms.CheckBox();
CustomComCtl32Button.cs (2)
23new CheckBox() 33new CheckBox()
MdiChild.Designer.cs (6)
36this.chkSetParentMenustrip = new System.Windows.Forms.CheckBox(); 37this.chkSetMenustrip = new System.Windows.Forms.CheckBox(); 38this.chkAddParentMenustrip = new System.Windows.Forms.CheckBox(); 39this.chkAddMenustrip = new System.Windows.Forms.CheckBox(); 40this.chkChildAlign = new System.Windows.Forms.CheckBox(); 41this.chkRightToLeft = new System.Windows.Forms.CheckBox();
MultipleControls.Designer.cs (2)
45this.checkBox1 = new System.Windows.Forms.CheckBox(); 46this.checkBox2 = new System.Windows.Forms.CheckBox();
ScalingBeforeChanges.cs (1)
113public MyCheckBox() : base()
ScrollBars.Designer.cs (1)
40this.chbRightToLeft = new System.Windows.Forms.CheckBox();
TrackBars.Designer.cs (3)
38this.chbRightToLeft = new System.Windows.Forms.CheckBox(); 39this.chbRightToLeftLayout = new System.Windows.Forms.CheckBox(); 40this.tickstyleNone = new System.Windows.Forms.CheckBox();