2 implementations of GetTypeInfo
System.Windows.Forms.Primitives.Tests (2)
Interop\Oleaut32\SAFEARRAYTests.cs (1)
148public HRESULT GetTypeInfo(ITypeInfo** ppTypeInfo) => throw new NotImplementedException();
Interop\Oleaut32\VARIANTTests.cs (1)
5715public HRESULT GetTypeInfo(ITypeInfo** ppTypeInfo) => HRESULT.E_NOTIMPL;
1 reference to GetTypeInfo
System.Private.Windows.Core (1)
Windows.Win32.IRecordInfo.g.cs (1)
286 return __object.GetTypeInfo(ppTypeInfo);