16 instantiations of 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);
20 references to SystemThemeKey
PresentationFramework (20)
System\Windows\SystemKeyConverter.cs (2)
126
else if( value is
SystemThemeKey
)
128
keyId = (value as
SystemThemeKey
).InternalKey;
System\Windows\SystemParameters.cs (3)
6184
private static
SystemThemeKey
_cacheFocusVisualStyle;
6185
private static
SystemThemeKey
_cacheNavigationChromeStyle;
6186
private static
SystemThemeKey
_cacheNavigationChromeDownLevelStyle;
System\Windows\SystemResourceKey.cs (13)
2257
private static
SystemThemeKey
_cacheSeparatorStyle;
2258
private static
SystemThemeKey
_cacheCheckBoxStyle;
2259
private static
SystemThemeKey
_cacheToggleButtonStyle;
2260
private static
SystemThemeKey
_cacheButtonStyle;
2261
private static
SystemThemeKey
_cacheRadioButtonStyle;
2262
private static
SystemThemeKey
_cacheComboBoxStyle;
2263
private static
SystemThemeKey
_cacheTextBoxStyle;
2264
private static
SystemThemeKey
_cacheMenuStyle;
2268
private static
SystemThemeKey
_menuItemSeparatorStyleKey;
2271
private static
SystemThemeKey
_gridViewItemContainerStyleKey;
2272
private static
SystemThemeKey
_scrollViewerStyleKey;
2273
private static
SystemThemeKey
_gridViewStyleKey;
2274
private static
SystemThemeKey
_statusBarSeparatorStyleKey;
System\Windows\SystemThemeKey.cs (2)
54
SystemThemeKey
key = o as
SystemThemeKey
;