3 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)
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\COM2FontConverterTests.cs (1)
143HRESULT IDispatch.Interface.GetTypeInfo(uint iTInfo, uint lcid, ITypeInfo** ppTInfo) => throw new NotImplementedException();
3 references to GetTypeInfo
System.Private.Windows.Core (1)
Windows\Win32\System\Com\IDispatch.Interface.cs (1)
27=> 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);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
277return ((IDispatch.Interface)this).GetTypeInfo(iti, 0, pptiCoClass);