89 references to 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)
371control.Items.Add(new CheckBox(), false); 388control.Items.Add(new CheckBox(), false); 398box.Items.Add(new CheckBox(), false);
SerializableTypesTests.cs (1)
294tableLayoutPanel.Controls.Add(new CheckBox() { Name = "checkBox11" }, 1, 1);
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (15)
30using CheckBox checkBox = new(); 41using CheckBox checkBox = new() 57using CheckBox checkBox = new(); 70using CheckBox checkBox = new(); 81using CheckBox checkBox = new() 98using CheckBox checkBox = new(); 123using CheckBox checkBox = new() { CheckState = checkState }; 159using CheckBox checkBox = new() 180using CheckBox checkBox = new() 195using CheckBox checkBox = new() 215using CheckBox checkBox = new() 234using CheckBox checkBox = new(); 245using CheckBox checkBox = new(); 263using CheckBox checkBox = new() { ThreeState = true }; 300using CheckBox checkBox = new();
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
274{ new CheckBox(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\CheckBoxRendererTests.cs (1)
162protected override ButtonBase CreateButton() => new CheckBox();
System\Windows\Forms\CheckBoxTests.cs (15)
152using CheckBox control = new() 169using CheckBox control = new(); 177using CheckBox box = new() 189using CheckBox control = new() 206using CheckBox control = new(); 215using CheckBox box = new() 271using CheckBox control = new() 288using CheckBox control = new(); 426using CheckBox control = new() 443using CheckBox control = new(); 451using CheckBox box = new() 462using CheckBox box = new(); 472using CheckBox box = new(); 482using CheckBox box = new(); 626using CheckBox box = new();
System\Windows\Forms\ControlTests.cs (2)
889using CheckBox checkBox1 = new() { Checked = true }; 891using CheckBox checkBox2 = new() { Checked = true };
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
659_useCustomCursorsCheck = new CheckBox();
TestPassApp (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();
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();