89 references to CheckBox
Accessibility_Core_App (8)
CommonControl1.Designer.cs (3)
49
this.checkBox3 = new System.Windows.Forms.
CheckBox
();
50
this.checkBox2 = new System.Windows.Forms.
CheckBox
();
51
this.checkBox1 = new System.Windows.Forms.
CheckBox
();
ContainerControls.Designer.cs (2)
51
this.checkBox2 = new System.Windows.Forms.
CheckBox
();
57
this.checkBox1 = new System.Windows.Forms.
CheckBox
();
ContainerControls2.Designer.cs (2)
42
this.checkBox2 = new System.Windows.Forms.
CheckBox
();
48
this.checkBox1 = new System.Windows.Forms.
CheckBox
();
DataBindingExample.Designer.cs (1)
36
this.checkBox1 = new System.Windows.Forms.
CheckBox
();
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (2)
54
this.checkBoxValidUntil = new System.Windows.Forms.
CheckBox
();
57
this.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)
369
control.Items.Add(new
CheckBox
(), false);
386
control.Items.Add(new
CheckBox
(), false);
396
box.Items.Add(new
CheckBox
(), false);
SerializableTypesTests.cs (1)
292
tableLayoutPanel.Controls.Add(new
CheckBox
() { Name = "checkBox11" }, 1, 1);
System\Windows\Forms\AccessibleObjects\CheckBox.CheckBoxAccessibleObjectTests.cs (15)
28
using CheckBox checkBox =
new
();
39
using CheckBox checkBox =
new
()
55
using CheckBox checkBox =
new
();
68
using CheckBox checkBox =
new
();
79
using CheckBox checkBox =
new
()
96
using CheckBox checkBox =
new
();
121
using CheckBox checkBox =
new
() { CheckState = checkState };
157
using CheckBox checkBox =
new
()
178
using CheckBox checkBox =
new
()
193
using CheckBox checkBox =
new
()
213
using CheckBox checkBox =
new
()
232
using CheckBox checkBox =
new
();
243
using CheckBox checkBox =
new
();
261
using CheckBox checkBox =
new
() { ThreeState = true };
298
using 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)
160
protected override ButtonBase CreateButton() => new
CheckBox
();
System\Windows\Forms\CheckBoxTests.cs (15)
150
using CheckBox control =
new
()
167
using CheckBox control =
new
();
175
using CheckBox box =
new
()
187
using CheckBox control =
new
()
204
using CheckBox control =
new
();
213
using CheckBox box =
new
()
269
using CheckBox control =
new
()
286
using CheckBox control =
new
();
424
using CheckBox control =
new
()
441
using CheckBox control =
new
();
449
using CheckBox box =
new
()
460
using CheckBox box =
new
();
470
using CheckBox box =
new
();
480
using CheckBox box =
new
();
624
using CheckBox box =
new
();
System\Windows\Forms\ControlTests.cs (2)
887
using CheckBox checkBox1 =
new
() { Checked = true };
889
using CheckBox checkBox2 =
new
() { Checked = true };
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
600
_useCustomCursorsCheck = new
CheckBox
();
WinFormsControlsTest (24)
Buttons.cs (1)
71
checkBox = new
CheckBox
Calendar.Designer.cs (2)
46
this.showWeekNumbersCheckBox = new System.Windows.Forms.
CheckBox
();
47
this.showTodayCheckBox = new System.Windows.Forms.
CheckBox
();
ComboBoxesWithScrollBars.Designer.cs (6)
50
this.integralHeightCheckBox1 = new System.Windows.Forms.
CheckBox
();
51
this.integralHeightCheckBox2 = new System.Windows.Forms.
CheckBox
();
52
this.integralHeightCheckBox3 = new System.Windows.Forms.
CheckBox
();
54
this.useDifferentHeightsCheckBox1 = new System.Windows.Forms.
CheckBox
();
55
this.useDifferentHeightsCheckBox2 = new System.Windows.Forms.
CheckBox
();
56
this.useDifferentHeightsCheckBox3 = new System.Windows.Forms.
CheckBox
();
CustomComCtl32Button.cs (2)
23
new
CheckBox
()
33
new
CheckBox
()
MdiChild.Designer.cs (6)
36
this.chkSetParentMenustrip = new System.Windows.Forms.
CheckBox
();
37
this.chkSetMenustrip = new System.Windows.Forms.
CheckBox
();
38
this.chkAddParentMenustrip = new System.Windows.Forms.
CheckBox
();
39
this.chkAddMenustrip = new System.Windows.Forms.
CheckBox
();
40
this.chkChildAlign = new System.Windows.Forms.
CheckBox
();
41
this.chkRightToLeft = new System.Windows.Forms.
CheckBox
();
MultipleControls.Designer.cs (2)
45
this.checkBox1 = new System.Windows.Forms.
CheckBox
();
46
this.checkBox2 = new System.Windows.Forms.
CheckBox
();
ScalingBeforeChanges.cs (1)
113
public MyCheckBox() :
base
()
ScrollBars.Designer.cs (1)
40
this.chbRightToLeft = new System.Windows.Forms.
CheckBox
();
TrackBars.Designer.cs (3)
38
this.chbRightToLeft = new System.Windows.Forms.
CheckBox
();
39
this.chbRightToLeftLayout = new System.Windows.Forms.
CheckBox
();
40
this.tickstyleNone = new System.Windows.Forms.
CheckBox
();