1 write to _resetButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (1)
128_resetButton = new Button();
9 references to _resetButton
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (9)
115[MemberNotNull(nameof(_resetButton))] 181_innerPanel.Controls.Add(_resetButton, 1, 1); 210resources.ApplyResources(_resetButton, "btnReset"); 211_resetButton.Name = "btnReset"; 213_resetButton.Click += OnResetButtonClick; 232Size = new Size(Size.Width + _resetButton.Size.Width - resetButtonSize.Width, Size.Height); 268_resetButton.Focus(); 279_resetButton.Focus(); 295if (_resetButton.Focused)