6 references to Themes
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (1)
143
if (useVisualStyles && OSFeature.Feature.IsPresent(OSFeature.
Themes
)) {
winforms\Managed\System\WinForms\OSFeature.cs (1)
75
else if (feature ==
Themes
) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
8157
if (Application.UseVisualStyles && contextCreationSucceeded && OSFeature.Feature.IsPresent(OSFeature.
Themes
))
8177
if (userCookie != IntPtr.Zero && OSFeature.Feature.IsPresent(OSFeature.
Themes
))
8200
if (!contextCreationSucceeded && OSFeature.Feature.IsPresent(OSFeature.
Themes
))
winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs (1)
47
return (OSFeature.Feature.IsPresent(OSFeature.
Themes
));