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; 316return _scriptObject; 407args[i] = wrappedArg._scriptObject; 615HRESULT hr = _scriptObject.GetIDsOfNames(ref guid, names, dispids.Length, Thread.CurrentThread.CurrentCulture.LCID, dispids); 672return _scriptObject.Invoke(dispid, ref guid, Thread.CurrentThread.CurrentCulture.LCID, flags, dp, out result, exInfo, null);