1 write to _shiftCheckBox
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
124
_shiftCheckBox
= new CheckBox();
9 references to _shiftCheckBox
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (9)
87
_shiftCheckBox
.Checked = false;
111
[MemberNotNull(nameof(
_shiftCheckBox
))]
141
_outerPanel.Controls.Add(
_shiftCheckBox
, 1, 1);
169
resources.ApplyResources(
_shiftCheckBox
, "chkShift");
170
_shiftCheckBox
.Name = "chkShift";
172
_shiftCheckBox
.CheckedChanged += OnCheckedChanged;
289
if (
_shiftCheckBox
.Focused)
329
_shiftCheckBox
.Checked = (keys & Keys.Shift) != 0;
372
if (
_shiftCheckBox
.Checked)