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