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); 163resources.ApplyResources(_altCheckBox, "chkAlt"); 164_altCheckBox.Name = "chkAlt"; 166_altCheckBox.CheckedChanged += OnCheckedChanged; 328_altCheckBox.Checked = (keys & Keys.Alt) != 0; 367if (_altCheckBox.Checked)