1 write to _okButton
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
79
_okButton
= new Button();
6 references to _okButton
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (6)
61
_okButton
.Click += OKButton_click;
71
[MemberNotNull(nameof(
_okButton
))]
100
resources.ApplyResources(
_okButton
, "okButton");
101
_okButton
.DialogResult = DialogResult.OK;
102
_okButton
.Name = "okButton";
115
_overarchingLayoutPanel.Controls.Add(
_okButton
, 0, 3);