3 writes to DocumentStream
PresentationFramework (3)
MS\Internal\Controls\WebBrowserEvent.cs (1)
203_parent.DocumentStream = null;
System\Windows\Controls\WebBrowser.cs (2)
167DocumentStream = stream; 625DocumentStream = null;
2 references to DocumentStream
PresentationFramework (2)
MS\Internal\Controls\WebBrowserEvent.cs (2)
182if (_parent.DocumentStream != null) 196new MS.Internal.IO.Packaging.ManagedIStream(_parent.DocumentStream);