12 references to SetWindowTheme
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (2)
7410
_ = PInvoke.
SetWindowTheme
(
9373
_ = PInvoke.
SetWindowTheme
(
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2351
PInvoke.
SetWindowTheme
(HWND, $"{DarkModeIdentifier}_{ComboBoxButtonThemeIdentifier}", null);
2357
PInvoke.
SetWindowTheme
(cInfo.hwndList, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null);
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4689
_ = PInvoke.
SetWindowTheme
(
4702
PInvoke.
SetWindowTheme
(
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
85
PInvoke.
SetWindowTheme
(HWND, " ", " ");
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1304
PInvoke.
SetWindowTheme
(HWND, null, $"{DarkModeIdentifier}::{BannerContainerThemeIdentifier}");
1794
PInvoke.
SetWindowTheme
(handle, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
719
PInvoke.
SetWindowTheme
(HWND, string.Empty, string.Empty);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerUtils.cs (2)
835
PInvoke.
SetWindowTheme
(hwnd, "Explorer", pszSubIdList: null);
850
PInvoke.
SetWindowTheme
(hwnd, "Explorer", null);