1 write to _cmdOK
System.Web.Mobile (1)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
146this._cmdOK = new System.Windows.Forms.Button();
7 references to _cmdOK
System.Web.Mobile (7)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (7)
72_cmdOK.Text = SR.GetString(SR.GenericDialog_OKBtnCaption); 115_cmdOK.Click += new EventHandler(OnOK); 135_cmdOK.TabIndex = ++tabOffset; 171this._cmdOK.Location = new System.Drawing.Point(120, 334); 172this._cmdOK.Name = "_cmdOK"; 182this._cmdOK, 231this.AcceptButton = this._cmdOK;