1 write to _cmdOK
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
137this._cmdOK = new System.Windows.Forms.Button();
6 references to _cmdOK
System.Web.Mobile (6)
UI\MobileControls\Design\PropertyOverridesDialog.cs (6)
69this._cmdOK.Text = SR.GetString(SR.GenericDialog_OKBtnCaption); 111_cmdOK.Click += new EventHandler(OnOK); 130this._cmdOK.TabIndex = ++tabOffset; 148this._cmdOK.Location = new System.Drawing.Point(120, 290); 156this._cmdOK, 179this.AcceptButton = _cmdOK;