2 implementations of GetTypeInfo
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3312HRESULT IDispatch.Interface.GetTypeInfo(uint iTInfo, uint lcid, ITypeInfo** ppTInfo)
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
71HRESULT IDispatch.Interface.GetTypeInfo(uint iTInfo, uint lcid, ITypeInfo** ppTInfo)
2 references to GetTypeInfo
System.Private.Windows.Core (1)
Windows\Win32\System\Com\IDispatch.Interface.cs (1)
25=> UnwrapAndInvoke<IDispatch, Interface>(@this, o => o.GetTypeInfo(iTInfo, lcid, ppTInfo));
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3313=> ((IDispatch.Interface)_dispatchAdapter).GetTypeInfo(iTInfo, lcid, ppTInfo);