1 write to _ctrlCheckBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
122
_ctrlCheckBox
= new CheckBox();
13 references to _ctrlCheckBox
System.Windows.Forms.Design (13)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (13)
85
_ctrlCheckBox
.Checked = false;
109
[MemberNotNull(nameof(
_ctrlCheckBox
))]
140
_outerPanel.Controls.Add(
_ctrlCheckBox
, 0, 1);
154
resources.ApplyResources(
_ctrlCheckBox
, "chkCtrl");
155
_ctrlCheckBox
.Name = "chkCtrl";
158
_ctrlCheckBox
.Margin = new Padding(12, 3, 3, 3);
160
_ctrlCheckBox
.CheckedChanged += OnCheckedChanged;
251
_ctrlCheckBox
.Focus();
266
_ctrlCheckBox
.Focused)
277
if (
_ctrlCheckBox
.Focused)
297
_ctrlCheckBox
.Focus();
327
_ctrlCheckBox
.Checked = (keys & Keys.Control) != 0;
362
if (
_ctrlCheckBox
.Checked)