1 interface inheriting from Interface
System.Windows.Forms.Primitives (1)
Windows.Win32.IProvideMultipleClassInfo.g.cs (1)
272 :winmdroot.System.Ole.IProvideClassInfo.Interface,winmdroot.System.Ole.IProvideClassInfo2.Interface {
6 references to Interface
System.Windows.Forms.Primitives (4)
Windows.Win32.IProvideClassInfo2.g.cs (2)
62 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 96 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Ole_IProvideClassInfo2_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IProvideClassInfo2.Interface.GetGUID(uint, global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetGUID(this winmdroot.System.Ole.IProvideClassInfo2.Interface @this, uint dwGuidKind, out global::System.Guid pGUID)
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (2)
302HRESULT IProvideClassInfo2.Interface.GetClassInfo(ITypeInfo** ppTI) => HRESULT.E_NOTIMPL; 303HRESULT IProvideClassInfo2.Interface.GetGUID(uint dwGuidKind, Guid* pGUID) => HRESULT.E_NOTIMPL;