1 write to CmdCancel
System.Web.Mobile (1)
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (1)
60this.CmdCancel = new System.Windows.Forms.Button();
6 references to CmdCancel
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (2)
204_dialogButtons.CmdCancel.Click += new EventHandler(OnClickCancel); 306this.CancelButton = _dialogButtons.CmdCancel;
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (4)
44CmdCancel.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption); 65CmdCancel.Location = new System.Drawing.Point(162, 0); 66CmdCancel.Size = new System.Drawing.Size(75, 23); 69this.Controls.Add(CmdCancel);