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); 169resources.ApplyResources(_shiftCheckBox, "chkShift"); 170_shiftCheckBox.Name = "chkShift"; 172_shiftCheckBox.CheckedChanged += OnCheckedChanged; 289if (_shiftCheckBox.Focused) 329_shiftCheckBox.Checked = (keys & Keys.Shift) != 0; 372if (_shiftCheckBox.Checked)