3 writes to documentStreamToSetOnLoad
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WebBrowser.cs (3)
312this.documentStreamToSetOnLoad = value; 1539this.documentStreamToSetOnLoad = null; 1965this.parent.documentStreamToSetOnLoad = null;
2 references to documentStreamToSetOnLoad
System.Windows.Forms (2)
winforms\Managed\System\WinForms\WebBrowser.cs (2)
1955if (this.parent.documentStreamToSetOnLoad != null && (string)urlObject == "about:blank") { 1961this.parent.documentStreamToSetOnLoad);