16 references to SystemThemeKey
PresentationFramework (16)
System\Windows\SystemParameters.cs (3)
4917
_cacheFocusVisualStyle = new
SystemThemeKey
(SystemResourceKeyID.FocusVisualStyle);
4934
_cacheNavigationChromeStyle = new
SystemThemeKey
(SystemResourceKeyID.NavigationChromeStyle);
4951
_cacheNavigationChromeDownLevelStyle = new
SystemThemeKey
(SystemResourceKeyID.NavigationChromeDownLevelStyle);
System\Windows\SystemResourceKey.cs (13)
2053
_menuItemSeparatorStyleKey = new
SystemThemeKey
(SystemResourceKeyID.MenuItemSeparatorStyle);
2091
_gridViewItemContainerStyleKey = new
SystemThemeKey
(SystemResourceKeyID.GridViewItemContainerStyle);
2104
_scrollViewerStyleKey = new
SystemThemeKey
(SystemResourceKeyID.GridViewScrollViewerStyle);
2117
_gridViewStyleKey = new
SystemThemeKey
(SystemResourceKeyID.GridViewStyle);
2130
_statusBarSeparatorStyleKey = new
SystemThemeKey
(SystemResourceKeyID.StatusBarSeparatorStyle);
2142
_cacheButtonStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarButtonStyle);
2158
_cacheToggleButtonStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarToggleButtonStyle);
2173
_cacheSeparatorStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarSeparatorStyle);
2189
_cacheCheckBoxStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarCheckBoxStyle);
2204
_cacheRadioButtonStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarRadioButtonStyle);
2220
_cacheComboBoxStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarComboBoxStyle);
2236
_cacheTextBoxStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarTextBoxStyle);
2252
_cacheMenuStyle = new
SystemThemeKey
(SystemResourceKeyID.ToolBarMenuStyle);