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); 154resources.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) 277if (_ctrlCheckBox.Focused) 297_ctrlCheckBox.Focus(); 327_ctrlCheckBox.Checked = (keys & Keys.Control) != 0; 362if (_ctrlCheckBox.Checked)