5 references to CreateActCtx
System.Windows.Forms.Interop.Tests (1)
PropertyGridTests.cs (1)
88handle = PInvoke.CreateActCtx(&context);
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Internals\ThemingScope.cs (2)
66s_hActCtx = PInvoke.CreateActCtx(act); 106s_hActCtx = PInvoke.CreateActCtx(act);
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
85 /// <inheritdoc cref="CreateActCtx(winmdroot.System.ApplicationInstallationAndServicing.ACTCTXW*)"/> 91 winmdroot.Foundation.HANDLE __result = PInvoke.CreateActCtx(pActCtxLocal);