10 references to Interface
System.Windows.Forms.Primitives (9)
Windows.Win32.IConnectionPoint.g.cs (5)
72 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 107 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 152 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 188 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 220 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Com_IConnectionPoint_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Com.IConnectionPoint.Interface.GetConnectionInterface(global::System.Guid*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetConnectionInterface(this winmdroot.System.Com.IConnectionPoint.Interface @this, out global::System.Guid pIID) 33 /// <inheritdoc cref="winmdroot.System.Com.IConnectionPoint.Interface.Advise(winmdroot.System.Com.IUnknown*, uint*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT Advise(this winmdroot.System.Com.IConnectionPoint.Interface @this, winmdroot.System.Com.IUnknown* pUnkSink, out uint pdwCookie)
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxHost.ConnectionPointCookieTests.cs (1)
54[InlineData(typeof(IConnectionPoint.Interface))]