2 instantiations of ACTCTXW
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Internals\ThemingScope.cs (2)
56
s_enableThemingActivationContext = new
ACTCTXW
98
s_enableThemingActivationContext = new
ACTCTXW
12 references to ACTCTXW
System.Windows.Forms.Interop.Tests (2)
PropertyGridTests.cs (2)
81
ACTCTXW
context = default;
85
context.cbSize = (uint)sizeof(
ACTCTXW
);
System.Windows.Forms.Primitives (10)
System\Windows\Forms\Internals\ThemingScope.cs (5)
13
private static
ACTCTXW
s_enableThemingActivationContext;
58
cbSize = (uint)sizeof(
ACTCTXW
),
64
fixed (
ACTCTXW
* act = &s_enableThemingActivationContext)
100
cbSize = (uint)sizeof(
ACTCTXW
),
104
fixed (
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);