18 instantiations of 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
();
48 references to CheckBox
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (2)
419
private System.Windows.Forms.
CheckBox
checkBoxValidUntil;
422
private System.Windows.Forms.
CheckBox
checkBoxPermissionsContact;
MS\Internal\Documents\SigningDialog.Designer.cs (2)
294
private System.Windows.Forms.
CheckBox
_addDigSigCheckBox;
295
private System.Windows.Forms.
CheckBox
_addDocPropCheckBox;
System.Windows.Forms (16)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckableControlBaseAdapter.cs (1)
45
if (Control is
CheckBox
checkBox)
System\Windows\Forms\Controls\Buttons\ButtonInternal\CheckBoxBaseAdapter.cs (2)
26
protected new
CheckBox
Control => (
CheckBox
)base.Control;
System\Windows\Forms\Controls\Buttons\CheckBox.CheckBoxAccessibleObject.cs (7)
11
public class CheckBoxAccessibleObject(Control owner) : ButtonBaseAccessibleObject((owner is
CheckBox
)
13
: throw new ArgumentException(string.Format(SR.ConstructorArgumentInvalidValueType, nameof(owner), typeof(
CheckBox
))))
15
public override string DefaultAction => this.TryGetOwnerAs(out
CheckBox
? owner)
23
public override AccessibleStates State => !this.TryGetOwnerAs(out
CheckBox
? owner)
32
internal override ToggleState ToggleState => this.TryGetOwnerAs(out
CheckBox
? owner)
59
if (!this.IsOwnerHandleCreated(out
CheckBox
? owner))
77
if (this.TryGetOwnerAs(out
CheckBox
? owner))
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
40
/// Initializes a new instance of the <see cref="
CheckBox
"/> class.
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
354
/// Raises the <see cref="
CheckBox
.CheckedChanged"/> event.
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (2)
115
/// Occurs when the value of the <see cref="
CheckBox
.Checked"/> property changes.
125
/// Occurs when the value of the <see cref="
CheckBox
.CheckState"/> property changes.
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (2)
318
/// Occurs when the value of the <see cref="
CheckBox
.Checked"/> property changes.
328
/// Occurs when the value of the <see cref="
CheckBox
.CheckState"/> property changes.
System.Windows.Forms.Design (28)
System\ComponentModel\Design\DesignerActionPanel.CheckBoxPropertyLine.cs (1)
13
private readonly
CheckBox
_checkBox;
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (18)
16
private
CheckBox
_allCheckBox;
19
private
CheckBox
_bottomCheckBox;
20
private
CheckBox
_leftCheckBox;
21
private
CheckBox
_noneCheckBox;
23
private
CheckBox
_rightCheckBox;
27
private
CheckBox
_topCheckBox;
185
CheckBox
senderCheckBox = (
CheckBox
)sender!;
206
CheckBox
senderCheckBox = (
CheckBox
)sender!;
227
CheckBox
senderCheckBox = (
CheckBox
)sender!;
248
CheckBox
senderCheckBox = (
CheckBox
)sender!;
269
CheckBox
senderCheckBox = (
CheckBox
)sender!;
287
CheckBox
senderCheckBox = (
CheckBox
)sender!;
System\Windows\Forms\Design\ButtonBaseDesigner.cs (2)
67
if (Control is
CheckBox
or RadioButton)
78
if (Control is
CheckBox
)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (3)
30
private
CheckBox
_visibleCheckBox;
32
private
CheckBox
_readOnlyCheckBox;
34
private
CheckBox
_frozenCheckBox;
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
18
private
CheckBox
_checkBoxUseValidatingType;
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (3)
34
private
CheckBox
_altCheckBox;
35
private
CheckBox
_ctrlCheckBox;
36
private
CheckBox
_shiftCheckBox;