4 types derived from ResourceKey
PresentationFramework (4)
System\Windows\ComponentResourceKey.cs (1)
14public class ComponentResourceKey : ResourceKey
System\Windows\SystemResourceKey.cs (1)
309internal class SystemResourceKey : ResourceKey
System\Windows\SystemThemeKey.cs (1)
18internal class SystemThemeKey : ResourceKey
System\Windows\TemplateKey.cs (1)
18public abstract class TemplateKey : ResourceKey, ISupportInitialize
275 references to ResourceKey
PresentationFramework (274)
MS\Internal\Documents\DocumentViewerHelper.cs (2)
297private static ResourceKey FindToolBarStyleKey 308private static ResourceKey _findToolBarStyleKey;
System\Windows\Controls\FlowDocumentReader.cs (3)
2044private static ResourceKey PageViewStyleKey 2060private static ResourceKey TwoPageViewStyleKey 2076private static ResourceKey ScrollViewStyleKey
System\Windows\Controls\GridView.cs (3)
128public static ResourceKey GridViewScrollViewerStyleKey 139public static ResourceKey GridViewStyleKey 150public static ResourceKey GridViewItemContainerStyleKey
System\Windows\Controls\MenuItem.cs (5)
75public static ResourceKey TopLevelItemTemplateKey 91public static ResourceKey TopLevelHeaderTemplateKey 107public static ResourceKey SubmenuItemTemplateKey 123public static ResourceKey SubmenuHeaderTemplateKey 2722public static ResourceKey SeparatorStyleKey
System\Windows\Controls\Primitives\StatusBar.cs (1)
198public static ResourceKey SeparatorStyleKey
System\Windows\Controls\ToolBar.cs (9)
462ResourceKey resourceKey = null; 759public static ResourceKey ButtonStyleKey 770public static ResourceKey ToggleButtonStyleKey 781public static ResourceKey SeparatorStyleKey 792public static ResourceKey CheckBoxStyleKey 803public static ResourceKey RadioButtonStyleKey 814public static ResourceKey ComboBoxStyleKey 825public static ResourceKey TextBoxStyleKey 836public static ResourceKey MenuStyleKey
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
619case 525: t = () => typeof(ResourceKey); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9313typeof(System.Windows.ResourceKey),
System\Windows\Markup\KnownTypes.cs (1)
6073case KnownElements.ResourceKey: t = typeof(System.Windows.ResourceKey); break;
System\Windows\ResourceKey.cs (1)
21[MarkupExtensionReturnType(typeof(ResourceKey))]
System\Windows\SystemColors.cs (76)
439public static ResourceKey ActiveBorderColorKey 455public static ResourceKey ActiveCaptionColorKey 471public static ResourceKey ActiveCaptionTextColorKey 487public static ResourceKey AppWorkspaceColorKey 503public static ResourceKey ControlColorKey 519public static ResourceKey ControlDarkColorKey 535public static ResourceKey ControlDarkDarkColorKey 551public static ResourceKey ControlLightColorKey 567public static ResourceKey ControlLightLightColorKey 583public static ResourceKey ControlTextColorKey 599public static ResourceKey DesktopColorKey 615public static ResourceKey GradientActiveCaptionColorKey 631public static ResourceKey GradientInactiveCaptionColorKey 647public static ResourceKey GrayTextColorKey 663public static ResourceKey HighlightColorKey 679public static ResourceKey HighlightTextColorKey 695public static ResourceKey HotTrackColorKey 711public static ResourceKey InactiveBorderColorKey 727public static ResourceKey InactiveCaptionColorKey 743public static ResourceKey InactiveCaptionTextColorKey 759public static ResourceKey InfoColorKey 775public static ResourceKey InfoTextColorKey 791public static ResourceKey MenuColorKey 807public static ResourceKey MenuBarColorKey 823public static ResourceKey MenuHighlightColorKey 839public static ResourceKey MenuTextColorKey 855public static ResourceKey ScrollBarColorKey 871public static ResourceKey WindowColorKey 887public static ResourceKey WindowFrameColorKey 903public static ResourceKey WindowTextColorKey 919public static ResourceKey AccentColorKey 935public static ResourceKey AccentColorLight1Key 951public static ResourceKey AccentColorLight2Key 967public static ResourceKey AccentColorLight3Key 983public static ResourceKey AccentColorDark1Key 999public static ResourceKey AccentColorDark2Key 1015public static ResourceKey AccentColorDark3Key 1559public static ResourceKey ActiveBorderBrushKey 1575public static ResourceKey ActiveCaptionBrushKey 1591public static ResourceKey ActiveCaptionTextBrushKey 1607public static ResourceKey AppWorkspaceBrushKey 1623public static ResourceKey ControlBrushKey 1639public static ResourceKey ControlDarkBrushKey 1655public static ResourceKey ControlDarkDarkBrushKey 1671public static ResourceKey ControlLightBrushKey 1687public static ResourceKey ControlLightLightBrushKey 1703public static ResourceKey ControlTextBrushKey 1719public static ResourceKey DesktopBrushKey 1735public static ResourceKey GradientActiveCaptionBrushKey 1751public static ResourceKey GradientInactiveCaptionBrushKey 1767public static ResourceKey GrayTextBrushKey 1783public static ResourceKey HighlightBrushKey 1799public static ResourceKey HighlightTextBrushKey 1815public static ResourceKey HotTrackBrushKey 1831public static ResourceKey InactiveBorderBrushKey 1847public static ResourceKey InactiveCaptionBrushKey 1863public static ResourceKey InactiveCaptionTextBrushKey 1879public static ResourceKey InfoBrushKey 1895public static ResourceKey InfoTextBrushKey 1911public static ResourceKey MenuBrushKey 1927public static ResourceKey MenuBarBrushKey 1943public static ResourceKey MenuHighlightBrushKey 1959public static ResourceKey MenuTextBrushKey 1975public static ResourceKey ScrollBarBrushKey 1991public static ResourceKey WindowBrushKey 2007public static ResourceKey WindowFrameBrushKey 2023public static ResourceKey WindowTextBrushKey 2039public static ResourceKey InactiveSelectionHighlightBrushKey 2062public static ResourceKey InactiveSelectionHighlightTextBrushKey 2085public static ResourceKey AccentColorBrushKey 2101public static ResourceKey AccentColorLight1BrushKey 2117public static ResourceKey AccentColorLight2BrushKey 2133public static ResourceKey AccentColorLight3BrushKey 2149public static ResourceKey AccentColorDark1BrushKey 2165public static ResourceKey AccentColorDark2BrushKey 2181public static ResourceKey AccentColorDark3BrushKey
System\Windows\SystemFonts.cs (30)
528public static ResourceKey IconFontSizeKey 544public static ResourceKey IconFontFamilyKey 560public static ResourceKey IconFontStyleKey 576public static ResourceKey IconFontWeightKey 592public static ResourceKey IconFontTextDecorationsKey 611public static ResourceKey CaptionFontSizeKey 627public static ResourceKey CaptionFontFamilyKey 643public static ResourceKey CaptionFontStyleKey 659public static ResourceKey CaptionFontWeightKey 675public static ResourceKey CaptionFontTextDecorationsKey 691public static ResourceKey SmallCaptionFontSizeKey 707public static ResourceKey SmallCaptionFontFamilyKey 723public static ResourceKey SmallCaptionFontStyleKey 739public static ResourceKey SmallCaptionFontWeightKey 755public static ResourceKey SmallCaptionFontTextDecorationsKey 771public static ResourceKey MenuFontSizeKey 787public static ResourceKey MenuFontFamilyKey 803public static ResourceKey MenuFontStyleKey 819public static ResourceKey MenuFontWeightKey 835public static ResourceKey MenuFontTextDecorationsKey 851public static ResourceKey StatusFontSizeKey 867public static ResourceKey StatusFontFamilyKey 883public static ResourceKey StatusFontStyleKey 899public static ResourceKey StatusFontWeightKey 915public static ResourceKey StatusFontTextDecorationsKey 931public static ResourceKey MessageFontSizeKey 947public static ResourceKey MessageFontFamilyKey 963public static ResourceKey MessageFontStyleKey 979public static ResourceKey MessageFontWeightKey 995public static ResourceKey MessageFontTextDecorationsKey
System\Windows\SystemParameters.cs (122)
231public static ResourceKey FocusBorderWidthKey 247public static ResourceKey FocusBorderHeightKey 263public static ResourceKey HighContrastKey 395public static ResourceKey DropShadowKey 411public static ResourceKey FlatMenuKey 427public static ResourceKey WorkAreaKey 513public static ResourceKey IconHorizontalSpacingKey 529public static ResourceKey IconVerticalSpacingKey 545public static ResourceKey IconTitleWrapKey 838public static ResourceKey KeyboardCuesKey 854public static ResourceKey KeyboardDelayKey 870public static ResourceKey KeyboardPreferenceKey 886public static ResourceKey KeyboardSpeedKey 902public static ResourceKey SnapToDefaultButtonKey 918public static ResourceKey WheelScrollLinesKey 934public static ResourceKey MouseHoverTimeKey 950public static ResourceKey MouseHoverHeightKey 966public static ResourceKey MouseHoverWidthKey 1074public static ResourceKey MenuDropAlignmentKey 1090public static ResourceKey MenuFadeKey 1106public static ResourceKey MenuShowDelayKey 1533public static ResourceKey ComboBoxAnimationKey 1549public static ResourceKey ClientAreaAnimationKey 1565public static ResourceKey CursorShadowKey 1581public static ResourceKey GradientCaptionsKey 1597public static ResourceKey HotTrackingKey 1613public static ResourceKey ListBoxSmoothScrollingKey 1629public static ResourceKey MenuAnimationKey 1645public static ResourceKey SelectionFadeKey 1661public static ResourceKey StylusHotTrackingKey 1677public static ResourceKey ToolTipAnimationKey 1693public static ResourceKey ToolTipFadeKey 1709public static ResourceKey UIEffectsKey 1725public static ResourceKey ComboBoxPopupAnimationKey 1741public static ResourceKey MenuPopupAnimationKey 1757public static ResourceKey ToolTipPopupAnimationKey 2077public static ResourceKey MinimizeAnimationKey 2093public static ResourceKey BorderKey 2109public static ResourceKey CaretWidthKey 2125public static ResourceKey ForegroundFlashCountKey 2141public static ResourceKey DragFullWindowsKey 2157public static ResourceKey BorderWidthKey 2173public static ResourceKey ScrollWidthKey 2189public static ResourceKey ScrollHeightKey 2205public static ResourceKey CaptionWidthKey 2221public static ResourceKey CaptionHeightKey 2237public static ResourceKey SmallCaptionWidthKey 2253public static ResourceKey MenuWidthKey 2269public static ResourceKey MenuHeightKey 3790public static ResourceKey ThinHorizontalBorderHeightKey 3806public static ResourceKey ThinVerticalBorderWidthKey 3822public static ResourceKey CursorWidthKey 3838public static ResourceKey CursorHeightKey 3854public static ResourceKey ThickHorizontalBorderHeightKey 3870public static ResourceKey ThickVerticalBorderWidthKey 3886public static ResourceKey FixedFrameHorizontalBorderHeightKey 3902public static ResourceKey FixedFrameVerticalBorderWidthKey 3918public static ResourceKey FocusHorizontalBorderHeightKey 3934public static ResourceKey FocusVerticalBorderWidthKey 3950public static ResourceKey FullPrimaryScreenWidthKey 3966public static ResourceKey FullPrimaryScreenHeightKey 3982public static ResourceKey HorizontalScrollBarButtonWidthKey 3998public static ResourceKey HorizontalScrollBarHeightKey 4014public static ResourceKey HorizontalScrollBarThumbWidthKey 4030public static ResourceKey IconWidthKey 4046public static ResourceKey IconHeightKey 4062public static ResourceKey IconGridWidthKey 4078public static ResourceKey IconGridHeightKey 4094public static ResourceKey MaximizedPrimaryScreenWidthKey 4110public static ResourceKey MaximizedPrimaryScreenHeightKey 4126public static ResourceKey MaximumWindowTrackWidthKey 4142public static ResourceKey MaximumWindowTrackHeightKey 4158public static ResourceKey MenuCheckmarkWidthKey 4174public static ResourceKey MenuCheckmarkHeightKey 4190public static ResourceKey MenuButtonWidthKey 4206public static ResourceKey MenuButtonHeightKey 4222public static ResourceKey MinimumWindowWidthKey 4238public static ResourceKey MinimumWindowHeightKey 4254public static ResourceKey MinimizedWindowWidthKey 4270public static ResourceKey MinimizedWindowHeightKey 4286public static ResourceKey MinimizedGridWidthKey 4302public static ResourceKey MinimizedGridHeightKey 4318public static ResourceKey MinimumWindowTrackWidthKey 4334public static ResourceKey MinimumWindowTrackHeightKey 4350public static ResourceKey PrimaryScreenWidthKey 4366public static ResourceKey PrimaryScreenHeightKey 4382public static ResourceKey WindowCaptionButtonWidthKey 4398public static ResourceKey WindowCaptionButtonHeightKey 4414public static ResourceKey ResizeFrameHorizontalBorderHeightKey 4430public static ResourceKey ResizeFrameVerticalBorderWidthKey 4446public static ResourceKey SmallIconWidthKey 4462public static ResourceKey SmallIconHeightKey 4478public static ResourceKey SmallWindowCaptionButtonWidthKey 4494public static ResourceKey SmallWindowCaptionButtonHeightKey 4510public static ResourceKey VirtualScreenWidthKey 4526public static ResourceKey VirtualScreenHeightKey 4542public static ResourceKey VerticalScrollBarWidthKey 4558public static ResourceKey VerticalScrollBarButtonHeightKey 4574public static ResourceKey WindowCaptionHeightKey 4590public static ResourceKey KanjiWindowHeightKey 4606public static ResourceKey MenuBarHeightKey 4622public static ResourceKey SmallCaptionHeightKey 4638public static ResourceKey VerticalScrollBarThumbHeightKey 4654public static ResourceKey IsImmEnabledKey 4670public static ResourceKey IsMediaCenterKey 4686public static ResourceKey IsMenuDropRightAlignedKey 4702public static ResourceKey IsMiddleEastEnabledKey 4718public static ResourceKey IsMousePresentKey 4734public static ResourceKey IsMouseWheelPresentKey 4750public static ResourceKey IsPenWindowsKey 4766public static ResourceKey IsRemotelyControlledKey 4782public static ResourceKey IsRemoteSessionKey 4798public static ResourceKey ShowSoundsKey 4814public static ResourceKey IsSlowMachineKey 4830public static ResourceKey SwapButtonsKey 4846public static ResourceKey IsTabletPCKey 4862public static ResourceKey VirtualScreenLeftKey 4878public static ResourceKey VirtualScreenTopKey 4898public static ResourceKey FocusVisualStyleKey 4915public static ResourceKey NavigationChromeStyleKey 4932public static ResourceKey NavigationChromeDownLevelStyleKey 4986public static ResourceKey PowerLineStatusKey
System\Windows\SystemResourceKey.cs (15)
1137internal static ResourceKey GetResourceKey(short id) 1868internal static ResourceKey GetSystemResourceKey(string keyName) 2047internal static ResourceKey MenuItemSeparatorStyleKey 2085internal static ResourceKey GridViewItemContainerStyleKey 2098internal static ResourceKey GridViewScrollViewerStyleKey 2111internal static ResourceKey GridViewStyleKey 2124internal static ResourceKey StatusBarSeparatorStyleKey 2136internal static ResourceKey ToolBarButtonStyleKey 2152internal static ResourceKey ToolBarToggleButtonStyleKey 2167internal static ResourceKey ToolBarSeparatorStyleKey 2183internal static ResourceKey ToolBarCheckBoxStyleKey 2198internal static ResourceKey ToolBarRadioButtonStyleKey 2214internal static ResourceKey ToolBarComboBoxStyleKey 2230internal static ResourceKey ToolBarTextBoxStyleKey 2246internal static ResourceKey ToolBarMenuStyleKey
System\Windows\SystemResources.cs (4)
112ResourceKey resourceKey = null; 118resourceKey = (typeKey == null) ? (key as ResourceKey) : null; 343ResourceKey resourceKey, 1945if ((key is Type || key is ResourceKey) && _canCacheAsThemeResource && canCache)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1034ResourceKey toolBarStyleKey = new ComponentResourceKey(