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