9 references to DarkModeIdentifier
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (2)
7387pszSubAppName: $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", 9351pszSubAppName: $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}",
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2341PInvoke.SetWindowTheme(HWND, $"{DarkModeIdentifier}_{ComboBoxButtonThemeIdentifier}", null); 2347PInvoke.SetWindowTheme(cInfo.hwndList, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null);
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
21? VisualStyleElement.CreateElement($"{Control.DarkModeIdentifier}_{Control.ComboBoxButtonThemeIdentifier}::{Control.ComboboxClassIdentifier}", 1, 1)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4697$"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", 4710$"{DarkModeIdentifier}_{ItemsViewThemeIdentifier}",
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1307PInvoke.SetWindowTheme(HWND, null, $"{DarkModeIdentifier}::{BannerContainerThemeIdentifier}"); 1798PInvoke.SetWindowTheme(handle, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null)