4 references to ActivateActCtx
System.Windows.Forms.Interop.Tests (1)
PropertyGridTests.cs (1)
99
if (!PInvoke.
ActivateActCtx
(handle, &cookie))
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Internals\ThemingScope.cs (1)
32
bool 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);