2 writes to Url
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
316this.Url = new Uri("about:blank"); 744Url = url; // Does null check in PerformNavigate2
2 references to Url
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
1601return Url == null || Url.AbsoluteUri == "about:blank";