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