1 write to _altCheckBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
123
_altCheckBox
= new CheckBox();
8 references to _altCheckBox
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (8)
86
_altCheckBox
.Checked = false;
110
[MemberNotNull(nameof(
_altCheckBox
))]
142
_outerPanel.Controls.Add(
_altCheckBox
, 2, 1);
163
resources.ApplyResources(
_altCheckBox
, "chkAlt");
164
_altCheckBox
.Name = "chkAlt";
166
_altCheckBox
.CheckedChanged += OnCheckedChanged;
328
_altCheckBox
.Checked = (keys & Keys.Alt) != 0;
367
if (
_altCheckBox
.Checked)