1 write to contextCreationSucceeded
System.Windows.Forms (1)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
8211contextCreationSucceeded = (hActCtx != new IntPtr(-1));
4 references to contextCreationSucceeded
System.Windows.Forms (4)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (4)
8138if (contextCreationSucceeded && GetCurrentActCtx(out current)) 8157if (Application.UseVisualStyles && contextCreationSucceeded && OSFeature.Feature.IsPresent(OSFeature.Themes)) 8200if (!contextCreationSucceeded && OSFeature.Feature.IsPresent(OSFeature.Themes)) 8214return contextCreationSucceeded;