2 instantiations of ACTCTXW
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Internals\ThemingScope.cs (2)
56s_enableThemingActivationContext = new ACTCTXW 98s_enableThemingActivationContext = new ACTCTXW
12 references to ACTCTXW
System.Windows.Forms.Interop.Tests (2)
PropertyGridTests.cs (2)
81ACTCTXW context = default; 85context.cbSize = (uint)sizeof(ACTCTXW);
System.Windows.Forms.Primitives (10)
System\Windows\Forms\Internals\ThemingScope.cs (5)
13private static ACTCTXW s_enableThemingActivationContext; 58cbSize = (uint)sizeof(ACTCTXW), 64fixed (ACTCTXW* act = &s_enableThemingActivationContext) 100cbSize = (uint)sizeof(ACTCTXW), 104fixed (ACTCTXW* act = &s_enableThemingActivationContext)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (5)
85 /// <inheritdoc cref="CreateActCtx(winmdroot.System.ApplicationInstallationAndServicing.ACTCTXW*)"/> 87 internal static unsafe winmdroot.Foundation.HANDLE CreateActCtx(in winmdroot.System.ApplicationInstallationAndServicing.ACTCTXW pActCtx) 89 fixed (winmdroot.System.ApplicationInstallationAndServicing.ACTCTXW* pActCtxLocal = &pActCtx) 110 internal static unsafe winmdroot.Foundation.HANDLE CreateActCtx(winmdroot.System.ApplicationInstallationAndServicing.ACTCTXW* pActCtx) 118 static extern unsafe winmdroot.Foundation.HANDLE LocalExternFunction(winmdroot.System.ApplicationInstallationAndServicing.ACTCTXW* pActCtx);