1 write to _scriptObjectEx
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
78_scriptObjectEx = _scriptObject as UnsafeNativeMethods.IDispatchEx;
2 references to _scriptObjectEx
PresentationFramework (2)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (2)
662if (_scriptObjectEx != null) 667return _scriptObjectEx.InvokeEx(dispid, Thread.CurrentThread.CurrentCulture.LCID, flags, dp, out result, exInfo, BrowserInteropHelper.HostHtmlDocumentServiceProvider);