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