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;
148
else 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;