1 write to _cmdCancel
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
143
this.
_cmdCancel
= new System.Windows.Forms.Button();
8 references to _cmdCancel
System.Web.Mobile (8)
UI\MobileControls\Design\PropertyOverridesDialog.cs (8)
70
this.
_cmdCancel
.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption);
112
_cmdCancel
.Click += new EventHandler(OnCancel);
131
this.
_cmdCancel
.TabIndex = ++tabOffset;
149
this.
_cmdCancel
.Location = new System.Drawing.Point(201, 290);
155
this.
_cmdCancel
,
180
this.CancelButton =
_cmdCancel
;
333
_cmdCancel
.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption);
341
_cmdCancel
.Text = SR.GetString(SR.GenericDialog_CloseBtnCaption);