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