1 write to _btnCancel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
186
_btnCancel
= new();
6 references to _btnCancel
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (6)
206
resources.ApplyResources(
_btnCancel
, "btnCancel");
207
_btnCancel
.DialogResult = DialogResult.Cancel;
208
_btnCancel
.Margin = new(3, 0, 0, 0);
209
_btnCancel
.Name = "btnCancel";
265
_okCancelTableLayoutPanel.Controls.Add(
_btnCancel
, 1, 0);
311
CancelButton =
_btnCancel
;