4 types derived from ResourceKey
PresentationFramework (4)
System\Windows\ComponentResourceKey.cs (1)
13public class ComponentResourceKey : ResourceKey
System\Windows\SystemResourceKey.cs (1)
308internal class SystemResourceKey : ResourceKey
System\Windows\SystemThemeKey.cs (1)
17internal class SystemThemeKey : ResourceKey
System\Windows\TemplateKey.cs (1)
17public abstract class TemplateKey : ResourceKey, ISupportInitialize
275 references to ResourceKey
PresentationFramework (274)
MS\Internal\Documents\DocumentViewerHelper.cs (2)
296private static ResourceKey FindToolBarStyleKey 307private static ResourceKey _findToolBarStyleKey;
System\Windows\Controls\FlowDocumentReader.cs (3)
2043private static ResourceKey PageViewStyleKey 2059private static ResourceKey TwoPageViewStyleKey 2075private static ResourceKey ScrollViewStyleKey
System\Windows\Controls\GridView.cs (3)
127public static ResourceKey GridViewScrollViewerStyleKey 138public static ResourceKey GridViewStyleKey 149public static ResourceKey GridViewItemContainerStyleKey
System\Windows\Controls\MenuItem.cs (5)
74public static ResourceKey TopLevelItemTemplateKey 90public static ResourceKey TopLevelHeaderTemplateKey 106public static ResourceKey SubmenuItemTemplateKey 122public static ResourceKey SubmenuHeaderTemplateKey 2720public static ResourceKey SeparatorStyleKey
System\Windows\Controls\Primitives\StatusBar.cs (1)
197public static ResourceKey SeparatorStyleKey
System\Windows\Controls\ToolBar.cs (9)
461ResourceKey resourceKey = null; 758public static ResourceKey ButtonStyleKey 769public static ResourceKey ToggleButtonStyleKey 780public static ResourceKey SeparatorStyleKey 791public static ResourceKey CheckBoxStyleKey 802public static ResourceKey RadioButtonStyleKey 813public static ResourceKey ComboBoxStyleKey 824public static ResourceKey TextBoxStyleKey 835public static ResourceKey MenuStyleKey
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
618case 525: t = () => typeof(ResourceKey); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9312typeof(System.Windows.ResourceKey),
System\Windows\Markup\KnownTypes.cs (1)
6072case KnownElements.ResourceKey: t = typeof(System.Windows.ResourceKey); break;
System\Windows\ResourceKey.cs (1)
20[MarkupExtensionReturnType(typeof(ResourceKey))]
System\Windows\SystemColors.cs (76)
438public static ResourceKey ActiveBorderColorKey 454public static ResourceKey ActiveCaptionColorKey 470public static ResourceKey ActiveCaptionTextColorKey 486public static ResourceKey AppWorkspaceColorKey 502public static ResourceKey ControlColorKey 518public static ResourceKey ControlDarkColorKey 534public static ResourceKey ControlDarkDarkColorKey 550public static ResourceKey ControlLightColorKey 566public static ResourceKey ControlLightLightColorKey 582public static ResourceKey ControlTextColorKey 598public static ResourceKey DesktopColorKey 614public static ResourceKey GradientActiveCaptionColorKey 630public static ResourceKey GradientInactiveCaptionColorKey 646public static ResourceKey GrayTextColorKey 662public static ResourceKey HighlightColorKey 678public static ResourceKey HighlightTextColorKey 694public static ResourceKey HotTrackColorKey 710public static ResourceKey InactiveBorderColorKey 726public static ResourceKey InactiveCaptionColorKey 742public static ResourceKey InactiveCaptionTextColorKey 758public static ResourceKey InfoColorKey 774public static ResourceKey InfoTextColorKey 790public static ResourceKey MenuColorKey 806public static ResourceKey MenuBarColorKey 822public static ResourceKey MenuHighlightColorKey 838public static ResourceKey MenuTextColorKey 854public static ResourceKey ScrollBarColorKey 870public static ResourceKey WindowColorKey 886public static ResourceKey WindowFrameColorKey 902public static ResourceKey WindowTextColorKey 918public static ResourceKey AccentColorKey 934public static ResourceKey AccentColorLight1Key 950public static ResourceKey AccentColorLight2Key 966public static ResourceKey AccentColorLight3Key 982public static ResourceKey AccentColorDark1Key 998public static ResourceKey AccentColorDark2Key 1014public static ResourceKey AccentColorDark3Key 1558public static ResourceKey ActiveBorderBrushKey 1574public static ResourceKey ActiveCaptionBrushKey 1590public static ResourceKey ActiveCaptionTextBrushKey 1606public static ResourceKey AppWorkspaceBrushKey 1622public static ResourceKey ControlBrushKey 1638public static ResourceKey ControlDarkBrushKey 1654public static ResourceKey ControlDarkDarkBrushKey 1670public static ResourceKey ControlLightBrushKey 1686public static ResourceKey ControlLightLightBrushKey 1702public static ResourceKey ControlTextBrushKey 1718public static ResourceKey DesktopBrushKey 1734public static ResourceKey GradientActiveCaptionBrushKey 1750public static ResourceKey GradientInactiveCaptionBrushKey 1766public static ResourceKey GrayTextBrushKey 1782public static ResourceKey HighlightBrushKey 1798public static ResourceKey HighlightTextBrushKey 1814public static ResourceKey HotTrackBrushKey 1830public static ResourceKey InactiveBorderBrushKey 1846public static ResourceKey InactiveCaptionBrushKey 1862public static ResourceKey InactiveCaptionTextBrushKey 1878public static ResourceKey InfoBrushKey 1894public static ResourceKey InfoTextBrushKey 1910public static ResourceKey MenuBrushKey 1926public static ResourceKey MenuBarBrushKey 1942public static ResourceKey MenuHighlightBrushKey 1958public static ResourceKey MenuTextBrushKey 1974public static ResourceKey ScrollBarBrushKey 1990public static ResourceKey WindowBrushKey 2006public static ResourceKey WindowFrameBrushKey 2022public static ResourceKey WindowTextBrushKey 2038public static ResourceKey InactiveSelectionHighlightBrushKey 2061public static ResourceKey InactiveSelectionHighlightTextBrushKey 2084public static ResourceKey AccentColorBrushKey 2100public static ResourceKey AccentColorLight1BrushKey 2116public static ResourceKey AccentColorLight2BrushKey 2132public static ResourceKey AccentColorLight3BrushKey 2148public static ResourceKey AccentColorDark1BrushKey 2164public static ResourceKey AccentColorDark2BrushKey 2180public static ResourceKey AccentColorDark3BrushKey
System\Windows\SystemFonts.cs (30)
527public static ResourceKey IconFontSizeKey 543public static ResourceKey IconFontFamilyKey 559public static ResourceKey IconFontStyleKey 575public static ResourceKey IconFontWeightKey 591public static ResourceKey IconFontTextDecorationsKey 610public static ResourceKey CaptionFontSizeKey 626public static ResourceKey CaptionFontFamilyKey 642public static ResourceKey CaptionFontStyleKey 658public static ResourceKey CaptionFontWeightKey 674public static ResourceKey CaptionFontTextDecorationsKey 690public static ResourceKey SmallCaptionFontSizeKey 706public static ResourceKey SmallCaptionFontFamilyKey 722public static ResourceKey SmallCaptionFontStyleKey 738public static ResourceKey SmallCaptionFontWeightKey 754public static ResourceKey SmallCaptionFontTextDecorationsKey 770public static ResourceKey MenuFontSizeKey 786public static ResourceKey MenuFontFamilyKey 802public static ResourceKey MenuFontStyleKey 818public static ResourceKey MenuFontWeightKey 834public static ResourceKey MenuFontTextDecorationsKey 850public static ResourceKey StatusFontSizeKey 866public static ResourceKey StatusFontFamilyKey 882public static ResourceKey StatusFontStyleKey 898public static ResourceKey StatusFontWeightKey 914public static ResourceKey StatusFontTextDecorationsKey 930public static ResourceKey MessageFontSizeKey 946public static ResourceKey MessageFontFamilyKey 962public static ResourceKey MessageFontStyleKey 978public static ResourceKey MessageFontWeightKey 994public static ResourceKey MessageFontTextDecorationsKey
System\Windows\SystemParameters.cs (122)
230public static ResourceKey FocusBorderWidthKey 246public static ResourceKey FocusBorderHeightKey 262public static ResourceKey HighContrastKey 394public static ResourceKey DropShadowKey 410public static ResourceKey FlatMenuKey 426public static ResourceKey WorkAreaKey 512public static ResourceKey IconHorizontalSpacingKey 528public static ResourceKey IconVerticalSpacingKey 544public static ResourceKey IconTitleWrapKey 837public static ResourceKey KeyboardCuesKey 853public static ResourceKey KeyboardDelayKey 869public static ResourceKey KeyboardPreferenceKey 885public static ResourceKey KeyboardSpeedKey 901public static ResourceKey SnapToDefaultButtonKey 917public static ResourceKey WheelScrollLinesKey 933public static ResourceKey MouseHoverTimeKey 949public static ResourceKey MouseHoverHeightKey 965public static ResourceKey MouseHoverWidthKey 1073public static ResourceKey MenuDropAlignmentKey 1089public static ResourceKey MenuFadeKey 1105public static ResourceKey MenuShowDelayKey 1532public static ResourceKey ComboBoxAnimationKey 1548public static ResourceKey ClientAreaAnimationKey 1564public static ResourceKey CursorShadowKey 1580public static ResourceKey GradientCaptionsKey 1596public static ResourceKey HotTrackingKey 1612public static ResourceKey ListBoxSmoothScrollingKey 1628public static ResourceKey MenuAnimationKey 1644public static ResourceKey SelectionFadeKey 1660public static ResourceKey StylusHotTrackingKey 1676public static ResourceKey ToolTipAnimationKey 1692public static ResourceKey ToolTipFadeKey 1708public static ResourceKey UIEffectsKey 1724public static ResourceKey ComboBoxPopupAnimationKey 1740public static ResourceKey MenuPopupAnimationKey 1756public static ResourceKey ToolTipPopupAnimationKey 2076public static ResourceKey MinimizeAnimationKey 2092public static ResourceKey BorderKey 2108public static ResourceKey CaretWidthKey 2124public static ResourceKey ForegroundFlashCountKey 2140public static ResourceKey DragFullWindowsKey 2156public static ResourceKey BorderWidthKey 2172public static ResourceKey ScrollWidthKey 2188public static ResourceKey ScrollHeightKey 2204public static ResourceKey CaptionWidthKey 2220public static ResourceKey CaptionHeightKey 2236public static ResourceKey SmallCaptionWidthKey 2252public static ResourceKey MenuWidthKey 2268public static ResourceKey MenuHeightKey 3789public static ResourceKey ThinHorizontalBorderHeightKey 3805public static ResourceKey ThinVerticalBorderWidthKey 3821public static ResourceKey CursorWidthKey 3837public static ResourceKey CursorHeightKey 3853public static ResourceKey ThickHorizontalBorderHeightKey 3869public static ResourceKey ThickVerticalBorderWidthKey 3885public static ResourceKey FixedFrameHorizontalBorderHeightKey 3901public static ResourceKey FixedFrameVerticalBorderWidthKey 3917public static ResourceKey FocusHorizontalBorderHeightKey 3933public static ResourceKey FocusVerticalBorderWidthKey 3949public static ResourceKey FullPrimaryScreenWidthKey 3965public static ResourceKey FullPrimaryScreenHeightKey 3981public static ResourceKey HorizontalScrollBarButtonWidthKey 3997public static ResourceKey HorizontalScrollBarHeightKey 4013public static ResourceKey HorizontalScrollBarThumbWidthKey 4029public static ResourceKey IconWidthKey 4045public static ResourceKey IconHeightKey 4061public static ResourceKey IconGridWidthKey 4077public static ResourceKey IconGridHeightKey 4093public static ResourceKey MaximizedPrimaryScreenWidthKey 4109public static ResourceKey MaximizedPrimaryScreenHeightKey 4125public static ResourceKey MaximumWindowTrackWidthKey 4141public static ResourceKey MaximumWindowTrackHeightKey 4157public static ResourceKey MenuCheckmarkWidthKey 4173public static ResourceKey MenuCheckmarkHeightKey 4189public static ResourceKey MenuButtonWidthKey 4205public static ResourceKey MenuButtonHeightKey 4221public static ResourceKey MinimumWindowWidthKey 4237public static ResourceKey MinimumWindowHeightKey 4253public static ResourceKey MinimizedWindowWidthKey 4269public static ResourceKey MinimizedWindowHeightKey 4285public static ResourceKey MinimizedGridWidthKey 4301public static ResourceKey MinimizedGridHeightKey 4317public static ResourceKey MinimumWindowTrackWidthKey 4333public static ResourceKey MinimumWindowTrackHeightKey 4349public static ResourceKey PrimaryScreenWidthKey 4365public static ResourceKey PrimaryScreenHeightKey 4381public static ResourceKey WindowCaptionButtonWidthKey 4397public static ResourceKey WindowCaptionButtonHeightKey 4413public static ResourceKey ResizeFrameHorizontalBorderHeightKey 4429public static ResourceKey ResizeFrameVerticalBorderWidthKey 4445public static ResourceKey SmallIconWidthKey 4461public static ResourceKey SmallIconHeightKey 4477public static ResourceKey SmallWindowCaptionButtonWidthKey 4493public static ResourceKey SmallWindowCaptionButtonHeightKey 4509public static ResourceKey VirtualScreenWidthKey 4525public static ResourceKey VirtualScreenHeightKey 4541public static ResourceKey VerticalScrollBarWidthKey 4557public static ResourceKey VerticalScrollBarButtonHeightKey 4573public static ResourceKey WindowCaptionHeightKey 4589public static ResourceKey KanjiWindowHeightKey 4605public static ResourceKey MenuBarHeightKey 4621public static ResourceKey SmallCaptionHeightKey 4637public static ResourceKey VerticalScrollBarThumbHeightKey 4653public static ResourceKey IsImmEnabledKey 4669public static ResourceKey IsMediaCenterKey 4685public static ResourceKey IsMenuDropRightAlignedKey 4701public static ResourceKey IsMiddleEastEnabledKey 4717public static ResourceKey IsMousePresentKey 4733public static ResourceKey IsMouseWheelPresentKey 4749public static ResourceKey IsPenWindowsKey 4765public static ResourceKey IsRemotelyControlledKey 4781public static ResourceKey IsRemoteSessionKey 4797public static ResourceKey ShowSoundsKey 4813public static ResourceKey IsSlowMachineKey 4829public static ResourceKey SwapButtonsKey 4845public static ResourceKey IsTabletPCKey 4861public static ResourceKey VirtualScreenLeftKey 4877public static ResourceKey VirtualScreenTopKey 4897public static ResourceKey FocusVisualStyleKey 4914public static ResourceKey NavigationChromeStyleKey 4931public static ResourceKey NavigationChromeDownLevelStyleKey 4985public static ResourceKey PowerLineStatusKey
System\Windows\SystemResourceKey.cs (15)
1136internal static ResourceKey GetResourceKey(short id) 1867internal static ResourceKey GetSystemResourceKey(string keyName) 2046internal static ResourceKey MenuItemSeparatorStyleKey 2084internal static ResourceKey GridViewItemContainerStyleKey 2097internal static ResourceKey GridViewScrollViewerStyleKey 2110internal static ResourceKey GridViewStyleKey 2123internal static ResourceKey StatusBarSeparatorStyleKey 2135internal static ResourceKey ToolBarButtonStyleKey 2151internal static ResourceKey ToolBarToggleButtonStyleKey 2166internal static ResourceKey ToolBarSeparatorStyleKey 2182internal static ResourceKey ToolBarCheckBoxStyleKey 2197internal static ResourceKey ToolBarRadioButtonStyleKey 2213internal static ResourceKey ToolBarComboBoxStyleKey 2229internal static ResourceKey ToolBarTextBoxStyleKey 2245internal static ResourceKey ToolBarMenuStyleKey
System\Windows\SystemResources.cs (4)
111ResourceKey resourceKey = null; 117resourceKey = (typeKey == null) ? (key as ResourceKey) : null; 342ResourceKey resourceKey, 1944if ((key is Type || key is ResourceKey) && _canCacheAsThemeResource && canCache)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1033ResourceKey toolBarStyleKey = new ComponentResourceKey(