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)
1954_menuItemSeparatorStyleKey = new SystemThemeKey(SystemResourceKeyID.MenuItemSeparatorStyle); 1992_gridViewItemContainerStyleKey = new SystemThemeKey(SystemResourceKeyID.GridViewItemContainerStyle); 2005_scrollViewerStyleKey = new SystemThemeKey(SystemResourceKeyID.GridViewScrollViewerStyle); 2018_gridViewStyleKey = new SystemThemeKey(SystemResourceKeyID.GridViewStyle); 2031_statusBarSeparatorStyleKey = new SystemThemeKey(SystemResourceKeyID.StatusBarSeparatorStyle); 2043_cacheButtonStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarButtonStyle); 2059_cacheToggleButtonStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarToggleButtonStyle); 2074_cacheSeparatorStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarSeparatorStyle); 2090_cacheCheckBoxStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarCheckBoxStyle); 2105_cacheRadioButtonStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarRadioButtonStyle); 2121_cacheComboBoxStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarComboBoxStyle); 2137_cacheTextBoxStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarTextBoxStyle); 2153_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)
2159private static SystemThemeKey _cacheSeparatorStyle; 2160private static SystemThemeKey _cacheCheckBoxStyle; 2161private static SystemThemeKey _cacheToggleButtonStyle; 2162private static SystemThemeKey _cacheButtonStyle; 2163private static SystemThemeKey _cacheRadioButtonStyle; 2164private static SystemThemeKey _cacheComboBoxStyle; 2165private static SystemThemeKey _cacheTextBoxStyle; 2166private static SystemThemeKey _cacheMenuStyle; 2170private static SystemThemeKey _menuItemSeparatorStyleKey; 2173private static SystemThemeKey _gridViewItemContainerStyleKey; 2174private static SystemThemeKey _scrollViewerStyleKey; 2175private static SystemThemeKey _gridViewStyleKey; 2176private static SystemThemeKey _statusBarSeparatorStyleKey;
System\Windows\SystemThemeKey.cs (2)
60SystemThemeKey key = o as SystemThemeKey;