9 references to DarkModeIdentifier
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (2)
7413pszSubAppName: $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", 9377pszSubAppName: $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}",
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
2354PInvoke.SetWindowTheme(HWND, $"{DarkModeIdentifier}_{ComboBoxButtonThemeIdentifier}", null); 2360PInvoke.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)
4694$"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", 4707$"{DarkModeIdentifier}_{ItemsViewThemeIdentifier}",
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1307PInvoke.SetWindowTheme(HWND, null, $"{DarkModeIdentifier}::{BannerContainerThemeIdentifier}"); 1798PInvoke.SetWindowTheme(handle, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null)