1 write to _btnOK
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
153_btnOK = new Button();
8 references to _btnOK
System.Web.Mobile (8)
UI\MobileControls\Design\StylesEditorDialog.cs (8)
301_btnOK.DialogResult = DialogResult.OK; 302_btnOK.Location = new System.Drawing.Point(282, 370); 303_btnOK.Size = new System.Drawing.Size(75, 23); 304_btnOK.TabIndex = 16; 305_btnOK.Text = SR.GetString(SR.GenericDialog_OKBtnCaption); 306_btnOK.Click += new EventHandler(this.OnClickOKButton); 323this.AcceptButton = _btnOK; 344_btnOK,