9 references to DarkModeIdentifier
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (2)
7412pszSubAppName: $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", 9375pszSubAppName: $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}",
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\ComboBox\ComboBoxRenderer.cs (1)
19? VisualStyleElement.CreateElement($"{Control.DarkModeIdentifier}_{Control.ComboBoxButtonThemeIdentifier}::{Control.ComboboxClassIdentifier}", 1, 1)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4691$"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", 4704$"{DarkModeIdentifier}_{ItemsViewThemeIdentifier}",
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1304PInvoke.SetWindowTheme(HWND, null, $"{DarkModeIdentifier}::{BannerContainerThemeIdentifier}"); 1794PInvoke.SetWindowTheme(handle, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null)