1 write to _applyButton
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
179_applyButton = new Button();
10 references to _applyButton
System.Windows.Forms (10)
System\Windows\Forms\Design\ComponentEditorForm.cs (10)
101_applyButton.Enabled = false; 148else if (sender == _applyButton) 163[MemberNotNull(nameof(_applyButton))] 273_applyButton.Bounds = bounds; 274_applyButton.Text = SR.ApplyCaption; 275_applyButton.Click += OnButtonClick; 276_applyButton.Enabled = false; 277_applyButton.FlatStyle = FlatStyle.System; 301_applyButton, 427_applyButton.Enabled = true;