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