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