1 write to webBrowser1
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
57this.webBrowser1 = new System.Windows.Forms.WebBrowser();
9 references to webBrowser1
Accessibility_Core_App (9)
CommonControl2.cs (1)
17webBrowser1.Url = new Uri($"file://{page}", UriKind.Absolute);
CommonControl2.Designer.cs (8)
212this.webBrowser1.Location = new System.Drawing.Point(313, 236); 213this.webBrowser1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 214this.webBrowser1.MinimumSize = new System.Drawing.Size(23, 23); 215this.webBrowser1.Name = "webBrowser1"; 216this.webBrowser1.ScriptErrorsSuppressed = true; 217this.webBrowser1.Size = new System.Drawing.Size(512, 242); 218this.webBrowser1.TabIndex = 16; 278this.Controls.Add(this.webBrowser1);