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