16 references to SystemThemeKey
PresentationFramework (16)
System\Windows\SystemParameters.cs (3)
4903
_cacheFocusVisualStyle = new
SystemThemeKey
(SystemResourceKeyID.FocusVisualStyle);
4920
_cacheNavigationChromeStyle = new
SystemThemeKey
(SystemResourceKeyID.NavigationChromeStyle);
4937
_cacheNavigationChromeDownLevelStyle = new
SystemThemeKey
(SystemResourceKeyID.NavigationChromeDownLevelStyle);
System\Windows\SystemResourceKey.cs (13)
2052
_menuItemSeparatorStyleKey = new
SystemThemeKey
(SystemResourceKeyID.MenuItemSeparatorStyle);
2090
_gridViewItemContainerStyleKey = new
SystemThemeKey
(SystemResourceKeyID.GridViewItemContainerStyle);
2103
_scrollViewerStyleKey = new
SystemThemeKey
(SystemResourceKeyID.GridViewScrollViewerStyle);
2116
_gridViewStyleKey = new
SystemThemeKey
(SystemResourceKeyID.GridViewStyle);
2129
_statusBarSeparatorStyleKey = new
SystemThemeKey
(SystemResourceKeyID.StatusBarSeparatorStyle);
2141
_cacheButtonStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarButtonStyle);
2157
_cacheToggleButtonStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarToggleButtonStyle);
2172
_cacheSeparatorStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarSeparatorStyle);
2188
_cacheCheckBoxStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarCheckBoxStyle);
2203
_cacheRadioButtonStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarRadioButtonStyle);
2219
_cacheComboBoxStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarComboBoxStyle);
2235
_cacheTextBoxStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarTextBoxStyle);
2251
_cacheMenuStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarMenuStyle);