1 write to _hostHtmlDocumentServiceProvider
PresentationFramework (1)
System\Windows\Interop\BrowserInteropHelper.cs (1)
179_hostHtmlDocumentServiceProvider = (UnsafeNativeMethods.IServiceProvider)document;
3 references to _hostHtmlDocumentServiceProvider
PresentationFramework (3)
System\Windows\Interop\BrowserInteropHelper.cs (3)
151Invariant.Assert(!(_initializedHostScript && _hostHtmlDocumentServiceProvider == null)); 153return _hostHtmlDocumentServiceProvider; 162&& _hostHtmlDocumentServiceProvider == null)