1 write to applyButton
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
224applyButton = new Button();
9 references to applyButton
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (9)
125applyButton.Enabled = false; 198else if (sender == applyButton) { 304applyButton.Bounds = bounds; 305applyButton.Text = SR.GetString(SR.ApplyCaption); 306applyButton.Click += new EventHandler(this.OnButtonClick); 307applyButton.Enabled = false; 308applyButton.FlatStyle = FlatStyle.System; 331applyButton, 457applyButton.Enabled = true;