1 write to _btnCancel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
182
_btnCancel
= new();
6 references to _btnCancel
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (6)
202
resources.ApplyResources(
_btnCancel
, "btnCancel");
203
_btnCancel
.DialogResult = DialogResult.Cancel;
204
_btnCancel
.Margin = new(3, 0, 0, 0);
205
_btnCancel
.Name = "btnCancel";
261
_okCancelTableLayoutPanel.Controls.Add(
_btnCancel
, 1, 0);
307
CancelButton =
_btnCancel
;