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