16 instantiations of 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);
20 references to SystemThemeKey
PresentationFramework (20)
System\Windows\SystemKeyConverter.cs (2)
129else if( value is SystemThemeKey ) 131keyId = (value as SystemThemeKey).InternalKey;
System\Windows\SystemParameters.cs (3)
6208private static SystemThemeKey _cacheFocusVisualStyle; 6209private static SystemThemeKey _cacheNavigationChromeStyle; 6210private static SystemThemeKey _cacheNavigationChromeDownLevelStyle;
System\Windows\SystemResourceKey.cs (13)
2258private static SystemThemeKey _cacheSeparatorStyle; 2259private static SystemThemeKey _cacheCheckBoxStyle; 2260private static SystemThemeKey _cacheToggleButtonStyle; 2261private static SystemThemeKey _cacheButtonStyle; 2262private static SystemThemeKey _cacheRadioButtonStyle; 2263private static SystemThemeKey _cacheComboBoxStyle; 2264private static SystemThemeKey _cacheTextBoxStyle; 2265private static SystemThemeKey _cacheMenuStyle; 2269private static SystemThemeKey _menuItemSeparatorStyleKey; 2272private static SystemThemeKey _gridViewItemContainerStyleKey; 2273private static SystemThemeKey _scrollViewerStyleKey; 2274private static SystemThemeKey _gridViewStyleKey; 2275private static SystemThemeKey _statusBarSeparatorStyleKey;
System\Windows\SystemThemeKey.cs (2)
60SystemThemeKey key = o as SystemThemeKey;