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