5 references to UnwrapAndInvoke
System.Private.Windows.Core (5)
Windows\Win32\System\Com\IDispatch.Interface.cs (4)
21=> UnwrapAndInvoke<IDispatch, Interface>(@this, o => o.GetTypeInfoCount(pctinfo)); 25=> UnwrapAndInvoke<IDispatch, Interface>(@this, o => o.GetTypeInfo(iTInfo, lcid, ppTInfo)); 29=> UnwrapAndInvoke<IDispatch, Interface>(@this, o => o.GetIDsOfNames(riid, rgszNames, cNames, lcid, rgDispId)); 42=> UnwrapAndInvoke<IDispatch, Interface>(
Windows\Win32\System\Com\WinFormsComWrappers.cs (1)
94/// <inheritdoc cref="UnwrapAndInvoke{TThis, TInterface}(TThis*, Func{TInterface, HRESULT})"/>