3 references to ActivateActCtx
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Internals\ThemingScope.cs (1)
32bool success = PInvoke.ActivateActCtx(s_hActCtx, &cookie);
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
27 /// <inheritdoc cref="ActivateActCtx(winmdroot.Foundation.HANDLE, nuint*)"/> 33 winmdroot.Foundation.BOOL __result = PInvoke.ActivateActCtx(hActCtx, lpCookieLocal);