7 references to _hostHtmlDocumentServiceProvider
PresentationFramework (7)
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (7)
247if (_hostHtmlDocumentServiceProvider.Value != null) 249Marshal.ReleaseComObject(_hostHtmlDocumentServiceProvider.Value); 250_hostHtmlDocumentServiceProvider.Value = null; 274Invariant.Assert(!(_initializedHostScript.Value && _hostHtmlDocumentServiceProvider.Value == null)); 276return _hostHtmlDocumentServiceProvider.Value; 291&& _hostHtmlDocumentServiceProvider.Value == null) 308_hostHtmlDocumentServiceProvider.Value = (UnsafeNativeMethods.IServiceProvider)document;