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); 324this.CancelButton = _btnCancel; 345_btnCancel,