1 write to _scriptObject
PresentationFramework (1)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (1)
75
_scriptObject
= scriptObject;
5 references to _scriptObject
PresentationFramework (5)
src\Framework\System\Windows\Interop\DynamicScriptObject.cs (5)
78
_scriptObjectEx =
_scriptObject
as UnsafeNativeMethods.IDispatchEx;
316
return
_scriptObject
;
407
args[i] = wrappedArg.
_scriptObject
;
615
HRESULT hr =
_scriptObject
.GetIDsOfNames(ref guid, names, dispids.Length, Thread.CurrentThread.CurrentCulture.LCID, dispids);
672
return
_scriptObject
.Invoke(dispid, ref guid, Thread.CurrentThread.CurrentCulture.LCID, flags, dp, out result, exInfo, null);