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