1 write to _cmdOK
System.Web.Mobile (1)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
146
this.
_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;
171
this.
_cmdOK
.Location = new System.Drawing.Point(120, 334);
172
this.
_cmdOK
.Name = "_cmdOK";
182
this.
_cmdOK
,
231
this.AcceptButton = this.
_cmdOK
;