1 write to BtnEdit
System.Web.Mobile (1)
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1289this.BtnEdit = new System.Windows.Forms.Button();
8 references to BtnEdit
System.Web.Mobile (8)
UI\MobileControls\Design\StyleSheetDesigner.cs (8)
835_mergedUI.BtnEdit.Text = SR.GetString(SR.Stylesheet_EditBtnCaption); 836_mergedUI.BtnEdit.Click += new EventHandler(this.OnClickEditStylesButton); 837_mergedUI.BtnEdit.TabIndex = 3; 847_mergedUI.BtnEdit.Location = new System.Drawing.Point(201, 39); 857_mergedUI.BtnEdit.Location = new System.Drawing.Point(201, 39); 1301this.BtnEdit.Location = new System.Drawing.Point(164, 39); 1302this.BtnEdit.Size = new System.Drawing.Size(75, 23); 1307this.BtnEdit,