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