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)
2351PInvoke.SetWindowTheme(HWND, $"{DarkModeIdentifier}_{ComboBoxButtonThemeIdentifier}", null); 2357PInvoke.SetWindowTheme(cInfo.hwndList, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null);
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4689_ = PInvoke.SetWindowTheme( 4702PInvoke.SetWindowTheme(
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
85PInvoke.SetWindowTheme(HWND, " ", " ");
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1304PInvoke.SetWindowTheme(HWND, null, $"{DarkModeIdentifier}::{BannerContainerThemeIdentifier}"); 1794PInvoke.SetWindowTheme(handle, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
719PInvoke.SetWindowTheme(HWND, string.Empty, string.Empty);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerUtils.cs (2)
835PInvoke.SetWindowTheme(hwnd, "Explorer", pszSubIdList: null); 850PInvoke.SetWindowTheme(hwnd, "Explorer", null);