1 write to _btnCancel
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
154
_btnCancel
= new Button();
7 references to _btnCancel
System.Web.Mobile (7)
UI\MobileControls\Design\StylesEditorDialog.cs (7)
308
_btnCancel
.DialogResult = DialogResult.Cancel;
309
_btnCancel
.Location = new System.Drawing.Point(363, 370);
310
_btnCancel
.Size = new System.Drawing.Size(75, 23);
311
_btnCancel
.TabIndex = 17;
312
_btnCancel
.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption);
324
this.CancelButton =
_btnCancel
;
345
_btnCancel
,