1 write to _scriptObject
PresentationFramework (1)
System\Windows\Interop\DynamicScriptObject.cs (1)
46_scriptObject = scriptObject;
5 references to _scriptObject
PresentationFramework (5)
System\Windows\Interop\DynamicScriptObject.cs (5)
49_scriptObjectEx = _scriptObject as UnsafeNativeMethods.IDispatchEx; 255return _scriptObject; 341args[i] = wrappedArg._scriptObject; 540HRESULT hr = _scriptObject.GetIDsOfNames(ref guid, names, dispids.Length, Thread.CurrentThread.CurrentCulture.LCID, dispids); 592return _scriptObject.Invoke(dispid, ref guid, Thread.CurrentThread.CurrentCulture.LCID, flags, dp, out result, exInfo, null);