4 references to ExplorerThemeIdentifier
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
7310
pszSubAppName: $"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}",
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2347
PInvoke.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)
4280
PInvoke.SetWindowTheme(HWND, $"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}", null);