4 types derived from ResourceKey
PresentationFramework (4)
System\Windows\ComponentResourceKey.cs (1)
16public class ComponentResourceKey : ResourceKey
System\Windows\SystemResourceKey.cs (1)
309internal class SystemResourceKey : ResourceKey
System\Windows\SystemThemeKey.cs (1)
23internal class SystemThemeKey : ResourceKey
System\Windows\TemplateKey.cs (1)
20public abstract class TemplateKey : ResourceKey, ISupportInitialize
275 references to ResourceKey
PresentationFramework (274)
MS\Internal\Documents\DocumentViewerHelper.cs (2)
299private static ResourceKey FindToolBarStyleKey 310private static ResourceKey _findToolBarStyleKey;
System\Windows\Controls\FlowDocumentReader.cs (3)
2084private static ResourceKey PageViewStyleKey 2100private static ResourceKey TwoPageViewStyleKey 2116private static ResourceKey ScrollViewStyleKey
System\Windows\Controls\GridView.cs (3)
129public static ResourceKey GridViewScrollViewerStyleKey 140public static ResourceKey GridViewStyleKey 151public static ResourceKey GridViewItemContainerStyleKey
System\Windows\Controls\MenuItem.cs (5)
85public static ResourceKey TopLevelItemTemplateKey 101public static ResourceKey TopLevelHeaderTemplateKey 117public static ResourceKey SubmenuItemTemplateKey 133public static ResourceKey SubmenuHeaderTemplateKey 2743public static ResourceKey SeparatorStyleKey
System\Windows\Controls\Primitives\StatusBar.cs (1)
201public static ResourceKey SeparatorStyleKey
System\Windows\Controls\ToolBar.cs (9)
477ResourceKey resourceKey = null; 774public static ResourceKey ButtonStyleKey 785public static ResourceKey ToggleButtonStyleKey 796public static ResourceKey SeparatorStyleKey 807public static ResourceKey CheckBoxStyleKey 818public static ResourceKey RadioButtonStyleKey 829public static ResourceKey ComboBoxStyleKey 840public static ResourceKey TextBoxStyleKey 851public static ResourceKey MenuStyleKey
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
621case 525: t = () => typeof(ResourceKey); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8429typeof(System.Windows.ResourceKey),
System\Windows\Markup\KnownTypes.cs (1)
6079case KnownElements.ResourceKey: t = typeof(System.Windows.ResourceKey); break;
System\Windows\ResourceKey.cs (1)
22[MarkupExtensionReturnType(typeof(ResourceKey))]
System\Windows\SystemColors.cs (76)
441public static ResourceKey ActiveBorderColorKey 457public static ResourceKey ActiveCaptionColorKey 473public static ResourceKey ActiveCaptionTextColorKey 489public static ResourceKey AppWorkspaceColorKey 505public static ResourceKey ControlColorKey 521public static ResourceKey ControlDarkColorKey 537public static ResourceKey ControlDarkDarkColorKey 553public static ResourceKey ControlLightColorKey 569public static ResourceKey ControlLightLightColorKey 585public static ResourceKey ControlTextColorKey 601public static ResourceKey DesktopColorKey 617public static ResourceKey GradientActiveCaptionColorKey 633public static ResourceKey GradientInactiveCaptionColorKey 649public static ResourceKey GrayTextColorKey 665public static ResourceKey HighlightColorKey 681public static ResourceKey HighlightTextColorKey 697public static ResourceKey HotTrackColorKey 713public static ResourceKey InactiveBorderColorKey 729public static ResourceKey InactiveCaptionColorKey 745public static ResourceKey InactiveCaptionTextColorKey 761public static ResourceKey InfoColorKey 777public static ResourceKey InfoTextColorKey 793public static ResourceKey MenuColorKey 809public static ResourceKey MenuBarColorKey 825public static ResourceKey MenuHighlightColorKey 841public static ResourceKey MenuTextColorKey 857public static ResourceKey ScrollBarColorKey 873public static ResourceKey WindowColorKey 889public static ResourceKey WindowFrameColorKey 905public static ResourceKey WindowTextColorKey 921public static ResourceKey AccentColorKey 937public static ResourceKey AccentColorLight1Key 953public static ResourceKey AccentColorLight2Key 969public static ResourceKey AccentColorLight3Key 985public static ResourceKey AccentColorDark1Key 1001public static ResourceKey AccentColorDark2Key 1017public static ResourceKey AccentColorDark3Key 1561public static ResourceKey ActiveBorderBrushKey 1577public static ResourceKey ActiveCaptionBrushKey 1593public static ResourceKey ActiveCaptionTextBrushKey 1609public static ResourceKey AppWorkspaceBrushKey 1625public static ResourceKey ControlBrushKey 1641public static ResourceKey ControlDarkBrushKey 1657public static ResourceKey ControlDarkDarkBrushKey 1673public static ResourceKey ControlLightBrushKey 1689public static ResourceKey ControlLightLightBrushKey 1705public static ResourceKey ControlTextBrushKey 1721public static ResourceKey DesktopBrushKey 1737public static ResourceKey GradientActiveCaptionBrushKey 1753public static ResourceKey GradientInactiveCaptionBrushKey 1769public static ResourceKey GrayTextBrushKey 1785public static ResourceKey HighlightBrushKey 1801public static ResourceKey HighlightTextBrushKey 1817public static ResourceKey HotTrackBrushKey 1833public static ResourceKey InactiveBorderBrushKey 1849public static ResourceKey InactiveCaptionBrushKey 1865public static ResourceKey InactiveCaptionTextBrushKey 1881public static ResourceKey InfoBrushKey 1897public static ResourceKey InfoTextBrushKey 1913public static ResourceKey MenuBrushKey 1929public static ResourceKey MenuBarBrushKey 1945public static ResourceKey MenuHighlightBrushKey 1961public static ResourceKey MenuTextBrushKey 1977public static ResourceKey ScrollBarBrushKey 1993public static ResourceKey WindowBrushKey 2009public static ResourceKey WindowFrameBrushKey 2025public static ResourceKey WindowTextBrushKey 2041public static ResourceKey InactiveSelectionHighlightBrushKey 2064public static ResourceKey InactiveSelectionHighlightTextBrushKey 2087public static ResourceKey AccentColorBrushKey 2103public static ResourceKey AccentColorLight1BrushKey 2119public static ResourceKey AccentColorLight2BrushKey 2135public static ResourceKey AccentColorLight3BrushKey 2151public static ResourceKey AccentColorDark1BrushKey 2167public static ResourceKey AccentColorDark2BrushKey 2183public static ResourceKey AccentColorDark3BrushKey
System\Windows\SystemFonts.cs (30)
537public static ResourceKey IconFontSizeKey 553public static ResourceKey IconFontFamilyKey 569public static ResourceKey IconFontStyleKey 585public static ResourceKey IconFontWeightKey 601public static ResourceKey IconFontTextDecorationsKey 620public static ResourceKey CaptionFontSizeKey 636public static ResourceKey CaptionFontFamilyKey 652public static ResourceKey CaptionFontStyleKey 668public static ResourceKey CaptionFontWeightKey 684public static ResourceKey CaptionFontTextDecorationsKey 700public static ResourceKey SmallCaptionFontSizeKey 716public static ResourceKey SmallCaptionFontFamilyKey 732public static ResourceKey SmallCaptionFontStyleKey 748public static ResourceKey SmallCaptionFontWeightKey 764public static ResourceKey SmallCaptionFontTextDecorationsKey 780public static ResourceKey MenuFontSizeKey 796public static ResourceKey MenuFontFamilyKey 812public static ResourceKey MenuFontStyleKey 828public static ResourceKey MenuFontWeightKey 844public static ResourceKey MenuFontTextDecorationsKey 860public static ResourceKey StatusFontSizeKey 876public static ResourceKey StatusFontFamilyKey 892public static ResourceKey StatusFontStyleKey 908public static ResourceKey StatusFontWeightKey 924public static ResourceKey StatusFontTextDecorationsKey 940public static ResourceKey MessageFontSizeKey 956public static ResourceKey MessageFontFamilyKey 972public static ResourceKey MessageFontStyleKey 988public static ResourceKey MessageFontWeightKey 1004public static ResourceKey MessageFontTextDecorationsKey
System\Windows\SystemParameters.cs (122)
244public static ResourceKey FocusBorderWidthKey 260public static ResourceKey FocusBorderHeightKey 276public static ResourceKey HighContrastKey 408public static ResourceKey DropShadowKey 424public static ResourceKey FlatMenuKey 440public static ResourceKey WorkAreaKey 526public static ResourceKey IconHorizontalSpacingKey 542public static ResourceKey IconVerticalSpacingKey 558public static ResourceKey IconTitleWrapKey 851public static ResourceKey KeyboardCuesKey 867public static ResourceKey KeyboardDelayKey 883public static ResourceKey KeyboardPreferenceKey 899public static ResourceKey KeyboardSpeedKey 915public static ResourceKey SnapToDefaultButtonKey 931public static ResourceKey WheelScrollLinesKey 947public static ResourceKey MouseHoverTimeKey 963public static ResourceKey MouseHoverHeightKey 979public static ResourceKey MouseHoverWidthKey 1087public static ResourceKey MenuDropAlignmentKey 1103public static ResourceKey MenuFadeKey 1119public static ResourceKey MenuShowDelayKey 1546public static ResourceKey ComboBoxAnimationKey 1562public static ResourceKey ClientAreaAnimationKey 1578public static ResourceKey CursorShadowKey 1594public static ResourceKey GradientCaptionsKey 1610public static ResourceKey HotTrackingKey 1626public static ResourceKey ListBoxSmoothScrollingKey 1642public static ResourceKey MenuAnimationKey 1658public static ResourceKey SelectionFadeKey 1674public static ResourceKey StylusHotTrackingKey 1690public static ResourceKey ToolTipAnimationKey 1706public static ResourceKey ToolTipFadeKey 1722public static ResourceKey UIEffectsKey 1738public static ResourceKey ComboBoxPopupAnimationKey 1754public static ResourceKey MenuPopupAnimationKey 1770public static ResourceKey ToolTipPopupAnimationKey 2090public static ResourceKey MinimizeAnimationKey 2106public static ResourceKey BorderKey 2122public static ResourceKey CaretWidthKey 2138public static ResourceKey ForegroundFlashCountKey 2154public static ResourceKey DragFullWindowsKey 2170public static ResourceKey BorderWidthKey 2186public static ResourceKey ScrollWidthKey 2202public static ResourceKey ScrollHeightKey 2218public static ResourceKey CaptionWidthKey 2234public static ResourceKey CaptionHeightKey 2250public static ResourceKey SmallCaptionWidthKey 2266public static ResourceKey MenuWidthKey 2282public static ResourceKey MenuHeightKey 3803public static ResourceKey ThinHorizontalBorderHeightKey 3819public static ResourceKey ThinVerticalBorderWidthKey 3835public static ResourceKey CursorWidthKey 3851public static ResourceKey CursorHeightKey 3867public static ResourceKey ThickHorizontalBorderHeightKey 3883public static ResourceKey ThickVerticalBorderWidthKey 3899public static ResourceKey FixedFrameHorizontalBorderHeightKey 3915public static ResourceKey FixedFrameVerticalBorderWidthKey 3931public static ResourceKey FocusHorizontalBorderHeightKey 3947public static ResourceKey FocusVerticalBorderWidthKey 3963public static ResourceKey FullPrimaryScreenWidthKey 3979public static ResourceKey FullPrimaryScreenHeightKey 3995public static ResourceKey HorizontalScrollBarButtonWidthKey 4011public static ResourceKey HorizontalScrollBarHeightKey 4027public static ResourceKey HorizontalScrollBarThumbWidthKey 4043public static ResourceKey IconWidthKey 4059public static ResourceKey IconHeightKey 4075public static ResourceKey IconGridWidthKey 4091public static ResourceKey IconGridHeightKey 4107public static ResourceKey MaximizedPrimaryScreenWidthKey 4123public static ResourceKey MaximizedPrimaryScreenHeightKey 4139public static ResourceKey MaximumWindowTrackWidthKey 4155public static ResourceKey MaximumWindowTrackHeightKey 4171public static ResourceKey MenuCheckmarkWidthKey 4187public static ResourceKey MenuCheckmarkHeightKey 4203public static ResourceKey MenuButtonWidthKey 4219public static ResourceKey MenuButtonHeightKey 4235public static ResourceKey MinimumWindowWidthKey 4251public static ResourceKey MinimumWindowHeightKey 4267public static ResourceKey MinimizedWindowWidthKey 4283public static ResourceKey MinimizedWindowHeightKey 4299public static ResourceKey MinimizedGridWidthKey 4315public static ResourceKey MinimizedGridHeightKey 4331public static ResourceKey MinimumWindowTrackWidthKey 4347public static ResourceKey MinimumWindowTrackHeightKey 4363public static ResourceKey PrimaryScreenWidthKey 4379public static ResourceKey PrimaryScreenHeightKey 4395public static ResourceKey WindowCaptionButtonWidthKey 4411public static ResourceKey WindowCaptionButtonHeightKey 4427public static ResourceKey ResizeFrameHorizontalBorderHeightKey 4443public static ResourceKey ResizeFrameVerticalBorderWidthKey 4459public static ResourceKey SmallIconWidthKey 4475public static ResourceKey SmallIconHeightKey 4491public static ResourceKey SmallWindowCaptionButtonWidthKey 4507public static ResourceKey SmallWindowCaptionButtonHeightKey 4523public static ResourceKey VirtualScreenWidthKey 4539public static ResourceKey VirtualScreenHeightKey 4555public static ResourceKey VerticalScrollBarWidthKey 4571public static ResourceKey VerticalScrollBarButtonHeightKey 4587public static ResourceKey WindowCaptionHeightKey 4603public static ResourceKey KanjiWindowHeightKey 4619public static ResourceKey MenuBarHeightKey 4635public static ResourceKey SmallCaptionHeightKey 4651public static ResourceKey VerticalScrollBarThumbHeightKey 4667public static ResourceKey IsImmEnabledKey 4683public static ResourceKey IsMediaCenterKey 4699public static ResourceKey IsMenuDropRightAlignedKey 4715public static ResourceKey IsMiddleEastEnabledKey 4731public static ResourceKey IsMousePresentKey 4747public static ResourceKey IsMouseWheelPresentKey 4763public static ResourceKey IsPenWindowsKey 4779public static ResourceKey IsRemotelyControlledKey 4795public static ResourceKey IsRemoteSessionKey 4811public static ResourceKey ShowSoundsKey 4827public static ResourceKey IsSlowMachineKey 4843public static ResourceKey SwapButtonsKey 4859public static ResourceKey IsTabletPCKey 4875public static ResourceKey VirtualScreenLeftKey 4891public static ResourceKey VirtualScreenTopKey 4911public static ResourceKey FocusVisualStyleKey 4928public static ResourceKey NavigationChromeStyleKey 4945public static ResourceKey NavigationChromeDownLevelStyleKey 4999public 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)
122ResourceKey resourceKey = null; 128resourceKey = (typeKey == null) ? (key as ResourceKey) : null; 356ResourceKey resourceKey, 1971if ((key is Type || key is ResourceKey) && _canCacheAsThemeResource && canCache)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1040ResourceKey toolBarStyleKey = new ComponentResourceKey(