3 writes to DocumentStream
PresentationFramework (3)
MS\Internal\Controls\WebBrowserEvent.cs (1)
184_parent.DocumentStream = null;
System\Windows\Controls\WebBrowser.cs (2)
156DocumentStream = stream; 616DocumentStream = null;
2 references to DocumentStream
PresentationFramework (2)
MS\Internal\Controls\WebBrowserEvent.cs (2)
164if (_parent.DocumentStream != null) 177new MS.Internal.IO.Packaging.ManagedIStream(_parent.DocumentStream);