1 write to _btnCancel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskDesignerDialog.cs (1)
129
_btnCancel
= new Button();
10 references to _btnCancel
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\MaskDesignerDialog.cs (10)
110
[MemberNotNull(nameof(
_btnCancel
))]
196
resources.ApplyResources(
_btnCancel
, "btnCancel");
197
_btnCancel
.DialogResult = DialogResult.Cancel;
198
_btnCancel
.Margin = new Padding(3, 0, 0, 0);
199
_btnCancel
.MinimumSize = new Drawing.Size(75, 23);
200
_btnCancel
.Name = "btnCancel";
201
_btnCancel
.Padding = new Padding(10, 0, 10, 0);
265
_okCancelTableLayoutPanel.Controls.Add(
_btnCancel
, 1, 0);
280
CancelButton =
_btnCancel
;
640
_btnCancel
.Select();