3 implementations of Invoke
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3318
HRESULT IDispatch.Interface.
Invoke
(
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
100
HRESULT IDispatch.Interface.
Invoke
(
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
147
HRESULT IDispatch.Interface.
Invoke
(
2 references to Invoke
System.Private.Windows.Core (1)
Windows\Win32\System\Com\IDispatch.Interface.cs (1)
46
o => o.
Invoke
(dispIdMember, riid, lcid, dwFlags, pDispParams, pVarResult, pExcepInfo, pArgErr));
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3327
=> ((IDispatch.Interface)_dispatchAdapter).
Invoke
(dispIdMember, riid, lcid, dwFlags, pDispParams, pVarResult, pExcepInfo, pArgErr);