1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
26IQuickActivate.Interface
13 references to Interface
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3305if (_instance is not IQuickActivate.Interface iqa)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (3)
486HRESULT IQuickActivate.Interface.QuickActivate(QACONTAINER* pQaContainer, QACONTROL* pQaControl) => 490HRESULT IQuickActivate.Interface.SetContentExtent(SIZE* pSizel) 502HRESULT IQuickActivate.Interface.GetContentExtent(SIZE* pSizel)
System.Windows.Forms.Primitives (9)
Windows.Win32.IQuickActivate.g.cs (3)
75 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 118 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 159 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Ole_IQuickActivate_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.System.Ole.IQuickActivate.Interface.QuickActivate(winmdroot.System.Ole.QACONTAINER*, winmdroot.System.Ole.QACONTROL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT QuickActivate(this winmdroot.System.Ole.IQuickActivate.Interface @this, in winmdroot.System.Ole.QACONTAINER pQaContainer, ref winmdroot.System.Ole.QACONTROL pQaControl) 36 /// <inheritdoc cref="winmdroot.System.Ole.IQuickActivate.Interface.SetContentExtent(winmdroot.Foundation.SIZE*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT SetContentExtent(this winmdroot.System.Ole.IQuickActivate.Interface @this, in winmdroot.Foundation.SIZE pSizel) 46 /// <inheritdoc cref="winmdroot.System.Ole.IQuickActivate.Interface.GetContentExtent(winmdroot.Foundation.SIZE*)"/> 47 internal static unsafe winmdroot.Foundation.HRESULT GetContentExtent(this winmdroot.System.Ole.IQuickActivate.Interface @this, out winmdroot.Foundation.SIZE pSizel)