5 references to ExplorerThemeIdentifier
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (2)
7387
pszSubAppName: $"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}",
9351
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)
4697
$"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}",
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1798
PInvoke.SetWindowTheme(handle, $"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}", null)