1 implementation of QuickActivate
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
486HRESULT IQuickActivate.Interface.QuickActivate(QACONTAINER* pQaContainer, QACONTROL* pQaControl) =>
4 references to QuickActivate
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3351HRESULT hr = iqa.QuickActivate(&qaContainer, &qaControl);
System.Windows.Forms.Primitives (3)
Windows.Win32.IQuickActivate.g.cs (1)
80 return __object.QuickActivate(pQaContainer, pQaControl);
Windows.Win32.System_Ole_IQuickActivate_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IQuickActivate.Interface.QuickActivate(winmdroot.System.Ole.QACONTAINER*, winmdroot.System.Ole.QACONTROL*)"/> 30 winmdroot.Foundation.HRESULT __result = @this.QuickActivate(pQaContainerLocal, pQaControlLocal);