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