4 references to ExplorerThemeIdentifier
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
7310pszSubAppName: $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}",
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2347PInvoke.SetWindowTheme(cInfo.hwndList, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4535_ = PInvoke.SetWindowTheme(HWND, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null);
System\Windows\Forms\Form.cs (1)
4280PInvoke.SetWindowTheme(HWND, $"{DarkModeIdentifier}_{ExplorerThemeIdentifier}", null);