1 instantiation of ACTCTX
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
8203
enableThemingActivationContext = new
ACTCTX
();
3 references to ACTCTX
System.Windows.Forms (3)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
8123
private static
ACTCTX
enableThemingActivationContext;
8205
enableThemingActivationContext.cbSize = Marshal.SizeOf(typeof(
ACTCTX
));
8221
private extern static IntPtr CreateActCtx(ref
ACTCTX
actctx);