3 writes to DocumentStream
PresentationFramework (3)
MS\Internal\Controls\WebBrowserEvent.cs (1)
185_parent.DocumentStream = null;
System\Windows\Controls\WebBrowser.cs (2)
157DocumentStream = stream; 617DocumentStream = null;
2 references to DocumentStream
PresentationFramework (2)
MS\Internal\Controls\WebBrowserEvent.cs (2)
165if (_parent.DocumentStream != null) 178new MS.Internal.IO.Packaging.ManagedIStream(_parent.DocumentStream);