6 references to ExplorerThemeIdentifier
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
7407
pszSubAppName: $"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}",
9372
pszSubAppName: $"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}",
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2344
PInvoke.SetWindowTheme(cInfo.hwndList, $"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}", null);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4691
$"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}",
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1799
HRESULT hr = PInvoke.SetWindowTheme(handle, $"{DarkModeIdentifier}_{
ExplorerThemeIdentifier
}", null);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
723
PInvoke.SetWindowTheme(HWND, $"{Control.DarkModeIdentifier}_{Control.
ExplorerThemeIdentifier
}", null);