746 references to SystemResourceKeyID
PresentationFramework (746)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (4)
2635if (valueId > (short)SystemResourceKeyID.InternalSystemColorsStart && valueId < (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd) 2650System.Windows.SystemResourceKeyID keyId = (System.Windows.SystemResourceKeyID)valueId;
System\Windows\Markup\BamlReader.cs (3)
2449if (Enum.IsDefined(typeof(SystemResourceKeyID), (int)memberId)) 2451SystemResourceKeyID keyId = (SystemResourceKeyID)memberId;
System\Windows\SystemColors.cs (63)
353private static SystemResourceKey CreateInstance(SystemResourceKeyID KeyId) 369_cacheActiveBorderColor = CreateInstance(SystemResourceKeyID.ActiveBorderColor); 385_cacheActiveCaptionColor = CreateInstance(SystemResourceKeyID.ActiveCaptionColor); 401_cacheActiveCaptionTextColor = CreateInstance(SystemResourceKeyID.ActiveCaptionTextColor); 417_cacheAppWorkspaceColor = CreateInstance(SystemResourceKeyID.AppWorkspaceColor); 433_cacheControlColor = CreateInstance(SystemResourceKeyID.ControlColor); 449_cacheControlDarkColor = CreateInstance(SystemResourceKeyID.ControlDarkColor); 465_cacheControlDarkDarkColor = CreateInstance(SystemResourceKeyID.ControlDarkDarkColor); 481_cacheControlLightColor = CreateInstance(SystemResourceKeyID.ControlLightColor); 497_cacheControlLightLightColor = CreateInstance(SystemResourceKeyID.ControlLightLightColor); 513_cacheControlTextColor = CreateInstance(SystemResourceKeyID.ControlTextColor); 529_cacheDesktopColor = CreateInstance(SystemResourceKeyID.DesktopColor); 545_cacheGradientActiveCaptionColor = CreateInstance(SystemResourceKeyID.GradientActiveCaptionColor); 561_cacheGradientInactiveCaptionColor = CreateInstance(SystemResourceKeyID.GradientInactiveCaptionColor); 577_cacheGrayTextColor = CreateInstance(SystemResourceKeyID.GrayTextColor); 593_cacheHighlightColor = CreateInstance(SystemResourceKeyID.HighlightColor); 609_cacheHighlightTextColor = CreateInstance(SystemResourceKeyID.HighlightTextColor); 625_cacheHotTrackColor = CreateInstance(SystemResourceKeyID.HotTrackColor); 641_cacheInactiveBorderColor = CreateInstance(SystemResourceKeyID.InactiveBorderColor); 657_cacheInactiveCaptionColor = CreateInstance(SystemResourceKeyID.InactiveCaptionColor); 673_cacheInactiveCaptionTextColor = CreateInstance(SystemResourceKeyID.InactiveCaptionTextColor); 689_cacheInfoColor = CreateInstance(SystemResourceKeyID.InfoColor); 705_cacheInfoTextColor = CreateInstance(SystemResourceKeyID.InfoTextColor); 721_cacheMenuColor = CreateInstance(SystemResourceKeyID.MenuColor); 737_cacheMenuBarColor = CreateInstance(SystemResourceKeyID.MenuBarColor); 753_cacheMenuHighlightColor = CreateInstance(SystemResourceKeyID.MenuHighlightColor); 769_cacheMenuTextColor = CreateInstance(SystemResourceKeyID.MenuTextColor); 785_cacheScrollBarColor = CreateInstance(SystemResourceKeyID.ScrollBarColor); 801_cacheWindowColor = CreateInstance(SystemResourceKeyID.WindowColor); 817_cacheWindowFrameColor = CreateInstance(SystemResourceKeyID.WindowFrameColor); 833_cacheWindowTextColor = CreateInstance(SystemResourceKeyID.WindowTextColor); 1229_cacheActiveBorderBrush = CreateInstance(SystemResourceKeyID.ActiveBorderBrush); 1245_cacheActiveCaptionBrush = CreateInstance(SystemResourceKeyID.ActiveCaptionBrush); 1261_cacheActiveCaptionTextBrush = CreateInstance(SystemResourceKeyID.ActiveCaptionTextBrush); 1277_cacheAppWorkspaceBrush = CreateInstance(SystemResourceKeyID.AppWorkspaceBrush); 1293_cacheControlBrush = CreateInstance(SystemResourceKeyID.ControlBrush); 1309_cacheControlDarkBrush = CreateInstance(SystemResourceKeyID.ControlDarkBrush); 1325_cacheControlDarkDarkBrush = CreateInstance(SystemResourceKeyID.ControlDarkDarkBrush); 1341_cacheControlLightBrush = CreateInstance(SystemResourceKeyID.ControlLightBrush); 1357_cacheControlLightLightBrush = CreateInstance(SystemResourceKeyID.ControlLightLightBrush); 1373_cacheControlTextBrush = CreateInstance(SystemResourceKeyID.ControlTextBrush); 1389_cacheDesktopBrush = CreateInstance(SystemResourceKeyID.DesktopBrush); 1405_cacheGradientActiveCaptionBrush = CreateInstance(SystemResourceKeyID.GradientActiveCaptionBrush); 1421_cacheGradientInactiveCaptionBrush = CreateInstance(SystemResourceKeyID.GradientInactiveCaptionBrush); 1437_cacheGrayTextBrush = CreateInstance(SystemResourceKeyID.GrayTextBrush); 1453_cacheHighlightBrush = CreateInstance(SystemResourceKeyID.HighlightBrush); 1469_cacheHighlightTextBrush = CreateInstance(SystemResourceKeyID.HighlightTextBrush); 1485_cacheHotTrackBrush = CreateInstance(SystemResourceKeyID.HotTrackBrush); 1501_cacheInactiveBorderBrush = CreateInstance(SystemResourceKeyID.InactiveBorderBrush); 1517_cacheInactiveCaptionBrush = CreateInstance(SystemResourceKeyID.InactiveCaptionBrush); 1533_cacheInactiveCaptionTextBrush = CreateInstance(SystemResourceKeyID.InactiveCaptionTextBrush); 1549_cacheInfoBrush = CreateInstance(SystemResourceKeyID.InfoBrush); 1565_cacheInfoTextBrush = CreateInstance(SystemResourceKeyID.InfoTextBrush); 1581_cacheMenuBrush = CreateInstance(SystemResourceKeyID.MenuBrush); 1597_cacheMenuBarBrush = CreateInstance(SystemResourceKeyID.MenuBarBrush); 1613_cacheMenuHighlightBrush = CreateInstance(SystemResourceKeyID.MenuHighlightBrush); 1629_cacheMenuTextBrush = CreateInstance(SystemResourceKeyID.MenuTextBrush); 1645_cacheScrollBarBrush = CreateInstance(SystemResourceKeyID.ScrollBarBrush); 1661_cacheWindowBrush = CreateInstance(SystemResourceKeyID.WindowBrush); 1677_cacheWindowFrameBrush = CreateInstance(SystemResourceKeyID.WindowFrameBrush); 1693_cacheWindowTextBrush = CreateInstance(SystemResourceKeyID.WindowTextBrush); 1711_cacheInactiveSelectionHighlightBrush = CreateInstance(SystemResourceKeyID.InactiveSelectionHighlightBrush); 1734_cacheInactiveSelectionHighlightTextBrush = CreateInstance(SystemResourceKeyID.InactiveSelectionHighlightTextBrush);
System\Windows\SystemFonts.cs (31)
517private static SystemResourceKey CreateInstance(SystemResourceKeyID KeyId) 533_cacheIconFontSize = CreateInstance(SystemResourceKeyID.IconFontSize); 549_cacheIconFontFamily = CreateInstance(SystemResourceKeyID.IconFontFamily); 565_cacheIconFontStyle = CreateInstance(SystemResourceKeyID.IconFontStyle); 581_cacheIconFontWeight = CreateInstance(SystemResourceKeyID.IconFontWeight); 597_cacheIconFontTextDecorations = CreateInstance(SystemResourceKeyID.IconFontTextDecorations); 616_cacheCaptionFontSize = CreateInstance(SystemResourceKeyID.CaptionFontSize); 632_cacheCaptionFontFamily = CreateInstance(SystemResourceKeyID.CaptionFontFamily); 648_cacheCaptionFontStyle = CreateInstance(SystemResourceKeyID.CaptionFontStyle); 664_cacheCaptionFontWeight = CreateInstance(SystemResourceKeyID.CaptionFontWeight); 680_cacheCaptionFontTextDecorations = CreateInstance(SystemResourceKeyID.CaptionFontTextDecorations); 696_cacheSmallCaptionFontSize = CreateInstance(SystemResourceKeyID.SmallCaptionFontSize); 712_cacheSmallCaptionFontFamily = CreateInstance(SystemResourceKeyID.SmallCaptionFontFamily); 728_cacheSmallCaptionFontStyle = CreateInstance(SystemResourceKeyID.SmallCaptionFontStyle); 744_cacheSmallCaptionFontWeight = CreateInstance(SystemResourceKeyID.SmallCaptionFontWeight); 760_cacheSmallCaptionFontTextDecorations = CreateInstance(SystemResourceKeyID.SmallCaptionFontTextDecorations); 776_cacheMenuFontSize = CreateInstance(SystemResourceKeyID.MenuFontSize); 792_cacheMenuFontFamily = CreateInstance(SystemResourceKeyID.MenuFontFamily); 808_cacheMenuFontStyle = CreateInstance(SystemResourceKeyID.MenuFontStyle); 824_cacheMenuFontWeight = CreateInstance(SystemResourceKeyID.MenuFontWeight); 840_cacheMenuFontTextDecorations = CreateInstance(SystemResourceKeyID.MenuFontTextDecorations); 856_cacheStatusFontSize = CreateInstance(SystemResourceKeyID.StatusFontSize); 872_cacheStatusFontFamily = CreateInstance(SystemResourceKeyID.StatusFontFamily); 888_cacheStatusFontStyle = CreateInstance(SystemResourceKeyID.StatusFontStyle); 904_cacheStatusFontWeight = CreateInstance(SystemResourceKeyID.StatusFontWeight); 920_cacheStatusFontTextDecorations = CreateInstance(SystemResourceKeyID.StatusFontTextDecorations); 936_cacheMessageFontSize = CreateInstance(SystemResourceKeyID.MessageFontSize); 952_cacheMessageFontFamily = CreateInstance(SystemResourceKeyID.MessageFontFamily); 968_cacheMessageFontStyle = CreateInstance(SystemResourceKeyID.MessageFontStyle); 984_cacheMessageFontWeight = CreateInstance(SystemResourceKeyID.MessageFontWeight); 1000_cacheMessageFontTextDecorations = CreateInstance(SystemResourceKeyID.MessageFontTextDecorations);
System\Windows\SystemKeyConverter.cs (48)
121SystemResourceKeyID keyId; 164internal static Type GetSystemClassType(SystemResourceKeyID id) 166if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 167(id < SystemResourceKeyID.InternalSystemColorsEnd))|| 168((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && 169(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))) 173else if ((SystemResourceKeyID.InternalSystemFontsStart < id) && 174(id < SystemResourceKeyID.InternalSystemFontsEnd)) 178else if ((SystemResourceKeyID.InternalSystemParametersStart < id) && 179(id < SystemResourceKeyID.InternalSystemParametersEnd)) 183else if (SystemResourceKeyID.MenuItemSeparatorStyle == id) 187else if ((SystemResourceKeyID.ToolBarButtonStyle <= id) && 188(id <= SystemResourceKeyID.ToolBarMenuStyle)) 192else if (SystemResourceKeyID.StatusBarSeparatorStyle == id) 196else if ((SystemResourceKeyID.GridViewScrollViewerStyle <= id) && 197(id <= SystemResourceKeyID.GridViewItemContainerStyle)) 205internal static string GetSystemClassName(SystemResourceKeyID id) 207if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 208(id < SystemResourceKeyID.InternalSystemColorsEnd))|| 209((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && 210(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))) 214else if ((SystemResourceKeyID.InternalSystemFontsStart < id) && 215(id < SystemResourceKeyID.InternalSystemFontsEnd)) 219else if ((SystemResourceKeyID.InternalSystemParametersStart < id) && 220(id < SystemResourceKeyID.InternalSystemParametersEnd)) 224else if (SystemResourceKeyID.MenuItemSeparatorStyle == id) 228else if ((SystemResourceKeyID.ToolBarButtonStyle <= id) && 229(id <= SystemResourceKeyID.ToolBarMenuStyle)) 233else if (SystemResourceKeyID.StatusBarSeparatorStyle == id) 237else if ((SystemResourceKeyID.GridViewScrollViewerStyle <= id) && 238(id <= SystemResourceKeyID.GridViewItemContainerStyle)) 246internal static string GetSystemKeyName(SystemResourceKeyID id) 248if (((SystemResourceKeyID.InternalSystemColorsStart < id) && 249(id < SystemResourceKeyID.InternalSystemParametersEnd))|| 250((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && 251(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd))|| 252((SystemResourceKeyID.GridViewScrollViewerStyle <= id) && 253(id <= SystemResourceKeyID.GridViewItemContainerStyle))) 255return $"{Enum.GetName(typeof(SystemResourceKeyID), id)}Key"; 257else if (SystemResourceKeyID.MenuItemSeparatorStyle == id || 258SystemResourceKeyID.StatusBarSeparatorStyle == id) 262else if ((SystemResourceKeyID.ToolBarButtonStyle <= id) && 263(id <= SystemResourceKeyID.ToolBarMenuStyle)) 265string propName = $"{Enum.GetName(typeof(SystemResourceKeyID), id)}Key"; 272internal static string GetSystemPropertyName(SystemResourceKeyID id) 274if ((SystemResourceKeyID.InternalSystemColorsStart < id) && 275(id < SystemResourceKeyID.InternalSystemColorsExtendedEnd)) 277return Enum.GetName(typeof(SystemResourceKeyID), id);
System\Windows\SystemParameters.cs (123)
234private static SystemResourceKey CreateInstance(SystemResourceKeyID KeyId) 250_cacheFocusBorderWidth = CreateInstance(SystemResourceKeyID.FocusBorderWidth); 266_cacheFocusBorderHeight = CreateInstance(SystemResourceKeyID.FocusBorderHeight); 282_cacheHighContrast = CreateInstance(SystemResourceKeyID.HighContrast); 414_cacheDropShadow = CreateInstance(SystemResourceKeyID.DropShadow); 430_cacheFlatMenu = CreateInstance(SystemResourceKeyID.FlatMenu); 446_cacheWorkArea = CreateInstance(SystemResourceKeyID.WorkArea); 532_cacheIconHorizontalSpacing = CreateInstance(SystemResourceKeyID.IconHorizontalSpacing); 548_cacheIconVerticalSpacing = CreateInstance(SystemResourceKeyID.IconVerticalSpacing); 564_cacheIconTitleWrap = CreateInstance(SystemResourceKeyID.IconTitleWrap); 857_cacheKeyboardCues = CreateInstance(SystemResourceKeyID.KeyboardCues); 873_cacheKeyboardDelay = CreateInstance(SystemResourceKeyID.KeyboardDelay); 889_cacheKeyboardPreference = CreateInstance(SystemResourceKeyID.KeyboardPreference); 905_cacheKeyboardSpeed = CreateInstance(SystemResourceKeyID.KeyboardSpeed); 921_cacheSnapToDefaultButton = CreateInstance(SystemResourceKeyID.SnapToDefaultButton); 937_cacheWheelScrollLines = CreateInstance(SystemResourceKeyID.WheelScrollLines); 953_cacheMouseHoverTime = CreateInstance(SystemResourceKeyID.MouseHoverTime); 969_cacheMouseHoverHeight = CreateInstance(SystemResourceKeyID.MouseHoverHeight); 985_cacheMouseHoverWidth = CreateInstance(SystemResourceKeyID.MouseHoverWidth); 1093_cacheMenuDropAlignment = CreateInstance(SystemResourceKeyID.MenuDropAlignment); 1109_cacheMenuFade = CreateInstance(SystemResourceKeyID.MenuFade); 1125_cacheMenuShowDelay = CreateInstance(SystemResourceKeyID.MenuShowDelay); 1552_cacheComboBoxAnimation = CreateInstance(SystemResourceKeyID.ComboBoxAnimation); 1568_cacheClientAreaAnimation = CreateInstance(SystemResourceKeyID.ClientAreaAnimation); 1584_cacheCursorShadow = CreateInstance(SystemResourceKeyID.CursorShadow); 1600_cacheGradientCaptions = CreateInstance(SystemResourceKeyID.GradientCaptions); 1616_cacheHotTracking = CreateInstance(SystemResourceKeyID.HotTracking); 1632_cacheListBoxSmoothScrolling = CreateInstance(SystemResourceKeyID.ListBoxSmoothScrolling); 1648_cacheMenuAnimation = CreateInstance(SystemResourceKeyID.MenuAnimation); 1664_cacheSelectionFade = CreateInstance(SystemResourceKeyID.SelectionFade); 1680_cacheStylusHotTracking = CreateInstance(SystemResourceKeyID.StylusHotTracking); 1696_cacheToolTipAnimation = CreateInstance(SystemResourceKeyID.ToolTipAnimation); 1712_cacheToolTipFade = CreateInstance(SystemResourceKeyID.ToolTipFade); 1728_cacheUIEffects = CreateInstance(SystemResourceKeyID.UIEffects); 1744_cacheComboBoxPopupAnimation = CreateInstance(SystemResourceKeyID.ComboBoxPopupAnimation); 1760_cacheMenuPopupAnimation = CreateInstance(SystemResourceKeyID.MenuPopupAnimation); 1776_cacheToolTipPopupAnimation = CreateInstance(SystemResourceKeyID.ToolTipPopupAnimation); 2096_cacheMinimizeAnimation = CreateInstance(SystemResourceKeyID.MinimizeAnimation); 2112_cacheBorder = CreateInstance(SystemResourceKeyID.Border); 2128_cacheCaretWidth = CreateInstance(SystemResourceKeyID.CaretWidth); 2144_cacheForegroundFlashCount = CreateInstance(SystemResourceKeyID.ForegroundFlashCount); 2160_cacheDragFullWindows = CreateInstance(SystemResourceKeyID.DragFullWindows); 2176_cacheBorderWidth = CreateInstance(SystemResourceKeyID.BorderWidth); 2192_cacheScrollWidth = CreateInstance(SystemResourceKeyID.ScrollWidth); 2208_cacheScrollHeight = CreateInstance(SystemResourceKeyID.ScrollHeight); 2224_cacheCaptionWidth = CreateInstance(SystemResourceKeyID.CaptionWidth); 2240_cacheCaptionHeight = CreateInstance(SystemResourceKeyID.CaptionHeight); 2256_cacheSmallCaptionWidth = CreateInstance(SystemResourceKeyID.SmallCaptionWidth); 2272_cacheMenuWidth = CreateInstance(SystemResourceKeyID.MenuWidth); 2288_cacheMenuHeight = CreateInstance(SystemResourceKeyID.MenuHeight); 3809_cacheThinHorizontalBorderHeight = CreateInstance(SystemResourceKeyID.ThinHorizontalBorderHeight); 3825_cacheThinVerticalBorderWidth = CreateInstance(SystemResourceKeyID.ThinVerticalBorderWidth); 3841_cacheCursorWidth = CreateInstance(SystemResourceKeyID.CursorWidth); 3857_cacheCursorHeight = CreateInstance(SystemResourceKeyID.CursorHeight); 3873_cacheThickHorizontalBorderHeight = CreateInstance(SystemResourceKeyID.ThickHorizontalBorderHeight); 3889_cacheThickVerticalBorderWidth = CreateInstance(SystemResourceKeyID.ThickVerticalBorderWidth); 3905_cacheFixedFrameHorizontalBorderHeight = CreateInstance(SystemResourceKeyID.FixedFrameHorizontalBorderHeight); 3921_cacheFixedFrameVerticalBorderWidth = CreateInstance(SystemResourceKeyID.FixedFrameVerticalBorderWidth); 3937_cacheFocusHorizontalBorderHeight = CreateInstance(SystemResourceKeyID.FocusHorizontalBorderHeight); 3953_cacheFocusVerticalBorderWidth = CreateInstance(SystemResourceKeyID.FocusVerticalBorderWidth); 3969_cacheFullPrimaryScreenWidth = CreateInstance(SystemResourceKeyID.FullPrimaryScreenWidth); 3985_cacheFullPrimaryScreenHeight = CreateInstance(SystemResourceKeyID.FullPrimaryScreenHeight); 4001_cacheHorizontalScrollBarButtonWidth = CreateInstance(SystemResourceKeyID.HorizontalScrollBarButtonWidth); 4017_cacheHorizontalScrollBarHeight = CreateInstance(SystemResourceKeyID.HorizontalScrollBarHeight); 4033_cacheHorizontalScrollBarThumbWidth = CreateInstance(SystemResourceKeyID.HorizontalScrollBarThumbWidth); 4049_cacheIconWidth = CreateInstance(SystemResourceKeyID.IconWidth); 4065_cacheIconHeight = CreateInstance(SystemResourceKeyID.IconHeight); 4081_cacheIconGridWidth = CreateInstance(SystemResourceKeyID.IconGridWidth); 4097_cacheIconGridHeight = CreateInstance(SystemResourceKeyID.IconGridHeight); 4113_cacheMaximizedPrimaryScreenWidth = CreateInstance(SystemResourceKeyID.MaximizedPrimaryScreenWidth); 4129_cacheMaximizedPrimaryScreenHeight = CreateInstance(SystemResourceKeyID.MaximizedPrimaryScreenHeight); 4145_cacheMaximumWindowTrackWidth = CreateInstance(SystemResourceKeyID.MaximumWindowTrackWidth); 4161_cacheMaximumWindowTrackHeight = CreateInstance(SystemResourceKeyID.MaximumWindowTrackHeight); 4177_cacheMenuCheckmarkWidth = CreateInstance(SystemResourceKeyID.MenuCheckmarkWidth); 4193_cacheMenuCheckmarkHeight = CreateInstance(SystemResourceKeyID.MenuCheckmarkHeight); 4209_cacheMenuButtonWidth = CreateInstance(SystemResourceKeyID.MenuButtonWidth); 4225_cacheMenuButtonHeight = CreateInstance(SystemResourceKeyID.MenuButtonHeight); 4241_cacheMinimumWindowWidth = CreateInstance(SystemResourceKeyID.MinimumWindowWidth); 4257_cacheMinimumWindowHeight = CreateInstance(SystemResourceKeyID.MinimumWindowHeight); 4273_cacheMinimizedWindowWidth = CreateInstance(SystemResourceKeyID.MinimizedWindowWidth); 4289_cacheMinimizedWindowHeight = CreateInstance(SystemResourceKeyID.MinimizedWindowHeight); 4305_cacheMinimizedGridWidth = CreateInstance(SystemResourceKeyID.MinimizedGridWidth); 4321_cacheMinimizedGridHeight = CreateInstance(SystemResourceKeyID.MinimizedGridHeight); 4337_cacheMinimumWindowTrackWidth = CreateInstance(SystemResourceKeyID.MinimumWindowTrackWidth); 4353_cacheMinimumWindowTrackHeight = CreateInstance(SystemResourceKeyID.MinimumWindowTrackHeight); 4369_cachePrimaryScreenWidth = CreateInstance(SystemResourceKeyID.PrimaryScreenWidth); 4385_cachePrimaryScreenHeight = CreateInstance(SystemResourceKeyID.PrimaryScreenHeight); 4401_cacheWindowCaptionButtonWidth = CreateInstance(SystemResourceKeyID.WindowCaptionButtonWidth); 4417_cacheWindowCaptionButtonHeight = CreateInstance(SystemResourceKeyID.WindowCaptionButtonHeight); 4433_cacheResizeFrameHorizontalBorderHeight = CreateInstance(SystemResourceKeyID.ResizeFrameHorizontalBorderHeight); 4449_cacheResizeFrameVerticalBorderWidth = CreateInstance(SystemResourceKeyID.ResizeFrameVerticalBorderWidth); 4465_cacheSmallIconWidth = CreateInstance(SystemResourceKeyID.SmallIconWidth); 4481_cacheSmallIconHeight = CreateInstance(SystemResourceKeyID.SmallIconHeight); 4497_cacheSmallWindowCaptionButtonWidth = CreateInstance(SystemResourceKeyID.SmallWindowCaptionButtonWidth); 4513_cacheSmallWindowCaptionButtonHeight = CreateInstance(SystemResourceKeyID.SmallWindowCaptionButtonHeight); 4529_cacheVirtualScreenWidth = CreateInstance(SystemResourceKeyID.VirtualScreenWidth); 4545_cacheVirtualScreenHeight = CreateInstance(SystemResourceKeyID.VirtualScreenHeight); 4561_cacheVerticalScrollBarWidth = CreateInstance(SystemResourceKeyID.VerticalScrollBarWidth); 4577_cacheVerticalScrollBarButtonHeight = CreateInstance(SystemResourceKeyID.VerticalScrollBarButtonHeight); 4593_cacheWindowCaptionHeight = CreateInstance(SystemResourceKeyID.WindowCaptionHeight); 4609_cacheKanjiWindowHeight = CreateInstance(SystemResourceKeyID.KanjiWindowHeight); 4625_cacheMenuBarHeight = CreateInstance(SystemResourceKeyID.MenuBarHeight); 4641_cacheSmallCaptionHeight = CreateInstance(SystemResourceKeyID.SmallCaptionHeight); 4657_cacheVerticalScrollBarThumbHeight = CreateInstance(SystemResourceKeyID.VerticalScrollBarThumbHeight); 4673_cacheIsImmEnabled = CreateInstance(SystemResourceKeyID.IsImmEnabled); 4689_cacheIsMediaCenter = CreateInstance(SystemResourceKeyID.IsMediaCenter); 4705_cacheIsMenuDropRightAligned = CreateInstance(SystemResourceKeyID.IsMenuDropRightAligned); 4721_cacheIsMiddleEastEnabled = CreateInstance(SystemResourceKeyID.IsMiddleEastEnabled); 4737_cacheIsMousePresent = CreateInstance(SystemResourceKeyID.IsMousePresent); 4753_cacheIsMouseWheelPresent = CreateInstance(SystemResourceKeyID.IsMouseWheelPresent); 4769_cacheIsPenWindows = CreateInstance(SystemResourceKeyID.IsPenWindows); 4785_cacheIsRemotelyControlled = CreateInstance(SystemResourceKeyID.IsRemotelyControlled); 4801_cacheIsRemoteSession = CreateInstance(SystemResourceKeyID.IsRemoteSession); 4817_cacheShowSounds = CreateInstance(SystemResourceKeyID.ShowSounds); 4833_cacheIsSlowMachine = CreateInstance(SystemResourceKeyID.IsSlowMachine); 4849_cacheSwapButtons = CreateInstance(SystemResourceKeyID.SwapButtons); 4865_cacheIsTabletPC = CreateInstance(SystemResourceKeyID.IsTabletPC); 4881_cacheVirtualScreenLeft = CreateInstance(SystemResourceKeyID.VirtualScreenLeft); 4897_cacheVirtualScreenTop = CreateInstance(SystemResourceKeyID.VirtualScreenTop); 4917_cacheFocusVisualStyle = new SystemThemeKey(SystemResourceKeyID.FocusVisualStyle); 4934_cacheNavigationChromeStyle = new SystemThemeKey(SystemResourceKeyID.NavigationChromeStyle); 4951_cacheNavigationChromeDownLevelStyle = new SystemThemeKey(SystemResourceKeyID.NavigationChromeDownLevelStyle); 5005_cachePowerLineStatus = CreateInstance(SystemResourceKeyID.PowerLineStatus);
System\Windows\SystemResourceKey.cs (469)
302private const short SystemResourceKeyIDStart = (short)SystemResourceKeyID.InternalSystemColorsStart; 303private const short SystemResourceKeyIDEnd = (short)SystemResourceKeyID.InternalSystemThemeStylesEnd; 308private const short SystemResourceKeyIDExtendedStart = (short)SystemResourceKeyID.InternalSystemColorsExtendedStart; 309private const short SystemResourceKeyIDExtendedEnd = (short)SystemResourceKeyID.InternalSystemColorsExtendedEnd; 394Enum.TryParse(srkField, out SystemResourceKeyID srkId)) 442case SystemResourceKeyID.ActiveBorderBrush: 445case SystemResourceKeyID.ActiveCaptionBrush: 448case SystemResourceKeyID.ActiveCaptionTextBrush: 451case SystemResourceKeyID.AppWorkspaceBrush: 454case SystemResourceKeyID.ControlBrush: 457case SystemResourceKeyID.ControlDarkBrush: 460case SystemResourceKeyID.ControlDarkDarkBrush: 463case SystemResourceKeyID.ControlLightBrush: 466case SystemResourceKeyID.ControlLightLightBrush: 469case SystemResourceKeyID.ControlTextBrush: 472case SystemResourceKeyID.DesktopBrush: 475case SystemResourceKeyID.GradientActiveCaptionBrush: 478case SystemResourceKeyID.GradientInactiveCaptionBrush: 481case SystemResourceKeyID.GrayTextBrush: 484case SystemResourceKeyID.HighlightBrush: 487case SystemResourceKeyID.HighlightTextBrush: 490case SystemResourceKeyID.HotTrackBrush: 493case SystemResourceKeyID.InactiveBorderBrush: 496case SystemResourceKeyID.InactiveCaptionBrush: 499case SystemResourceKeyID.InactiveCaptionTextBrush: 502case SystemResourceKeyID.InfoBrush: 505case SystemResourceKeyID.InfoTextBrush: 508case SystemResourceKeyID.MenuBrush: 511case SystemResourceKeyID.MenuBarBrush: 514case SystemResourceKeyID.MenuHighlightBrush: 517case SystemResourceKeyID.MenuTextBrush: 520case SystemResourceKeyID.ScrollBarBrush: 523case SystemResourceKeyID.WindowBrush: 526case SystemResourceKeyID.WindowFrameBrush: 529case SystemResourceKeyID.WindowTextBrush: 532case SystemResourceKeyID.InactiveSelectionHighlightBrush: 535case SystemResourceKeyID.InactiveSelectionHighlightTextBrush: 538case SystemResourceKeyID.ActiveBorderColor: 541case SystemResourceKeyID.ActiveCaptionColor: 544case SystemResourceKeyID.ActiveCaptionTextColor: 547case SystemResourceKeyID.AppWorkspaceColor: 550case SystemResourceKeyID.ControlColor: 553case SystemResourceKeyID.ControlDarkColor: 556case SystemResourceKeyID.ControlDarkDarkColor: 559case SystemResourceKeyID.ControlLightColor: 562case SystemResourceKeyID.ControlLightLightColor: 565case SystemResourceKeyID.ControlTextColor: 568case SystemResourceKeyID.DesktopColor: 571case SystemResourceKeyID.GradientActiveCaptionColor: 574case SystemResourceKeyID.GradientInactiveCaptionColor: 577case SystemResourceKeyID.GrayTextColor: 580case SystemResourceKeyID.HighlightColor: 583case SystemResourceKeyID.HighlightTextColor: 586case SystemResourceKeyID.HotTrackColor: 589case SystemResourceKeyID.InactiveBorderColor: 592case SystemResourceKeyID.InactiveCaptionColor: 595case SystemResourceKeyID.InactiveCaptionTextColor: 598case SystemResourceKeyID.InfoColor: 601case SystemResourceKeyID.InfoTextColor: 604case SystemResourceKeyID.MenuColor: 607case SystemResourceKeyID.MenuBarColor: 610case SystemResourceKeyID.MenuHighlightColor: 613case SystemResourceKeyID.MenuTextColor: 616case SystemResourceKeyID.ScrollBarColor: 619case SystemResourceKeyID.WindowColor: 622case SystemResourceKeyID.WindowFrameColor: 625case SystemResourceKeyID.WindowTextColor: 628case SystemResourceKeyID.ThinHorizontalBorderHeight: 631case SystemResourceKeyID.ThinVerticalBorderWidth: 634case SystemResourceKeyID.CursorWidth: 637case SystemResourceKeyID.CursorHeight: 640case SystemResourceKeyID.ThickHorizontalBorderHeight: 643case SystemResourceKeyID.ThickVerticalBorderWidth: 646case SystemResourceKeyID.FixedFrameHorizontalBorderHeight: 649case SystemResourceKeyID.FixedFrameVerticalBorderWidth: 652case SystemResourceKeyID.FocusHorizontalBorderHeight: 655case SystemResourceKeyID.FocusVerticalBorderWidth: 658case SystemResourceKeyID.FullPrimaryScreenWidth: 661case SystemResourceKeyID.FullPrimaryScreenHeight: 664case SystemResourceKeyID.HorizontalScrollBarButtonWidth: 667case SystemResourceKeyID.HorizontalScrollBarHeight: 670case SystemResourceKeyID.HorizontalScrollBarThumbWidth: 673case SystemResourceKeyID.IconWidth: 676case SystemResourceKeyID.IconHeight: 679case SystemResourceKeyID.IconGridWidth: 682case SystemResourceKeyID.IconGridHeight: 685case SystemResourceKeyID.MaximizedPrimaryScreenWidth: 688case SystemResourceKeyID.MaximizedPrimaryScreenHeight: 691case SystemResourceKeyID.MaximumWindowTrackWidth: 694case SystemResourceKeyID.MaximumWindowTrackHeight: 697case SystemResourceKeyID.MenuCheckmarkWidth: 700case SystemResourceKeyID.MenuCheckmarkHeight: 703case SystemResourceKeyID.MenuButtonWidth: 706case SystemResourceKeyID.MenuButtonHeight: 709case SystemResourceKeyID.MinimumWindowWidth: 712case SystemResourceKeyID.MinimumWindowHeight: 715case SystemResourceKeyID.MinimizedWindowWidth: 718case SystemResourceKeyID.MinimizedWindowHeight: 721case SystemResourceKeyID.MinimizedGridWidth: 724case SystemResourceKeyID.MinimizedGridHeight: 727case SystemResourceKeyID.MinimumWindowTrackWidth: 730case SystemResourceKeyID.MinimumWindowTrackHeight: 733case SystemResourceKeyID.PrimaryScreenWidth: 736case SystemResourceKeyID.PrimaryScreenHeight: 739case SystemResourceKeyID.WindowCaptionButtonWidth: 742case SystemResourceKeyID.WindowCaptionButtonHeight: 745case SystemResourceKeyID.ResizeFrameHorizontalBorderHeight: 748case SystemResourceKeyID.ResizeFrameVerticalBorderWidth: 751case SystemResourceKeyID.SmallIconWidth: 754case SystemResourceKeyID.SmallIconHeight: 757case SystemResourceKeyID.SmallWindowCaptionButtonWidth: 760case SystemResourceKeyID.SmallWindowCaptionButtonHeight: 763case SystemResourceKeyID.VirtualScreenWidth: 766case SystemResourceKeyID.VirtualScreenHeight: 769case SystemResourceKeyID.VerticalScrollBarWidth: 772case SystemResourceKeyID.VerticalScrollBarButtonHeight: 775case SystemResourceKeyID.WindowCaptionHeight: 778case SystemResourceKeyID.KanjiWindowHeight: 781case SystemResourceKeyID.MenuBarHeight: 784case SystemResourceKeyID.SmallCaptionHeight: 787case SystemResourceKeyID.VerticalScrollBarThumbHeight: 790case SystemResourceKeyID.IsImmEnabled: 793case SystemResourceKeyID.IsMediaCenter: 796case SystemResourceKeyID.IsMenuDropRightAligned: 799case SystemResourceKeyID.IsMiddleEastEnabled: 802case SystemResourceKeyID.IsMousePresent: 805case SystemResourceKeyID.IsMouseWheelPresent: 808case SystemResourceKeyID.IsPenWindows: 811case SystemResourceKeyID.IsRemotelyControlled: 814case SystemResourceKeyID.IsRemoteSession: 817case SystemResourceKeyID.ShowSounds: 820case SystemResourceKeyID.IsSlowMachine: 823case SystemResourceKeyID.SwapButtons: 826case SystemResourceKeyID.IsTabletPC: 829case SystemResourceKeyID.VirtualScreenLeft: 832case SystemResourceKeyID.VirtualScreenTop: 835case SystemResourceKeyID.FocusBorderWidth: 838case SystemResourceKeyID.FocusBorderHeight: 841case SystemResourceKeyID.HighContrast: 844case SystemResourceKeyID.DropShadow: 847case SystemResourceKeyID.FlatMenu: 850case SystemResourceKeyID.WorkArea: 853case SystemResourceKeyID.IconHorizontalSpacing: 856case SystemResourceKeyID.IconVerticalSpacing: 859case SystemResourceKeyID.IconTitleWrap: 862case SystemResourceKeyID.IconFontSize: 865case SystemResourceKeyID.IconFontFamily: 868case SystemResourceKeyID.IconFontStyle: 871case SystemResourceKeyID.IconFontWeight: 874case SystemResourceKeyID.IconFontTextDecorations: 877case SystemResourceKeyID.KeyboardCues: 880case SystemResourceKeyID.KeyboardDelay: 883case SystemResourceKeyID.KeyboardPreference: 886case SystemResourceKeyID.KeyboardSpeed: 889case SystemResourceKeyID.SnapToDefaultButton: 892case SystemResourceKeyID.WheelScrollLines: 895case SystemResourceKeyID.MouseHoverTime: 898case SystemResourceKeyID.MouseHoverHeight: 901case SystemResourceKeyID.MouseHoverWidth: 904case SystemResourceKeyID.MenuDropAlignment: 907case SystemResourceKeyID.MenuFade: 910case SystemResourceKeyID.MenuShowDelay: 913case SystemResourceKeyID.ComboBoxAnimation: 916case SystemResourceKeyID.ClientAreaAnimation: 919case SystemResourceKeyID.CursorShadow: 922case SystemResourceKeyID.GradientCaptions: 925case SystemResourceKeyID.HotTracking: 928case SystemResourceKeyID.ListBoxSmoothScrolling: 931case SystemResourceKeyID.MenuAnimation: 934case SystemResourceKeyID.SelectionFade: 937case SystemResourceKeyID.StylusHotTracking: 940case SystemResourceKeyID.ToolTipAnimation: 943case SystemResourceKeyID.ToolTipFade: 946case SystemResourceKeyID.UIEffects: 949case SystemResourceKeyID.MinimizeAnimation: 952case SystemResourceKeyID.Border: 955case SystemResourceKeyID.CaretWidth: 958case SystemResourceKeyID.ForegroundFlashCount: 961case SystemResourceKeyID.DragFullWindows: 964case SystemResourceKeyID.BorderWidth: 967case SystemResourceKeyID.ScrollWidth: 970case SystemResourceKeyID.ScrollHeight: 973case SystemResourceKeyID.CaptionWidth: 976case SystemResourceKeyID.CaptionHeight: 979case SystemResourceKeyID.SmallCaptionWidth: 982case SystemResourceKeyID.MenuWidth: 985case SystemResourceKeyID.MenuHeight: 988case SystemResourceKeyID.CaptionFontSize: 991case SystemResourceKeyID.CaptionFontFamily: 994case SystemResourceKeyID.CaptionFontStyle: 997case SystemResourceKeyID.CaptionFontWeight: 1000case SystemResourceKeyID.CaptionFontTextDecorations: 1003case SystemResourceKeyID.SmallCaptionFontSize: 1006case SystemResourceKeyID.SmallCaptionFontFamily: 1009case SystemResourceKeyID.SmallCaptionFontStyle: 1012case SystemResourceKeyID.SmallCaptionFontWeight: 1015case SystemResourceKeyID.SmallCaptionFontTextDecorations: 1018case SystemResourceKeyID.MenuFontSize: 1021case SystemResourceKeyID.MenuFontFamily: 1024case SystemResourceKeyID.MenuFontStyle: 1027case SystemResourceKeyID.MenuFontWeight: 1030case SystemResourceKeyID.MenuFontTextDecorations: 1033case SystemResourceKeyID.StatusFontSize: 1036case SystemResourceKeyID.StatusFontFamily: 1039case SystemResourceKeyID.StatusFontStyle: 1042case SystemResourceKeyID.StatusFontWeight: 1045case SystemResourceKeyID.StatusFontTextDecorations: 1048case SystemResourceKeyID.MessageFontSize: 1051case SystemResourceKeyID.MessageFontFamily: 1054case SystemResourceKeyID.MessageFontStyle: 1057case SystemResourceKeyID.MessageFontWeight: 1060case SystemResourceKeyID.MessageFontTextDecorations: 1063case SystemResourceKeyID.ComboBoxPopupAnimation: 1066case SystemResourceKeyID.MenuPopupAnimation: 1069case SystemResourceKeyID.ToolTipPopupAnimation: 1072case SystemResourceKeyID.PowerLineStatus: 1084case (short)SystemResourceKeyID.ActiveBorderBrush: 1087case (short)SystemResourceKeyID.ActiveCaptionBrush: 1090case (short)SystemResourceKeyID.ActiveCaptionTextBrush: 1093case (short)SystemResourceKeyID.AppWorkspaceBrush: 1096case (short)SystemResourceKeyID.ControlBrush: 1099case (short)SystemResourceKeyID.ControlDarkBrush: 1102case (short)SystemResourceKeyID.ControlDarkDarkBrush: 1105case (short)SystemResourceKeyID.ControlLightBrush: 1108case (short)SystemResourceKeyID.ControlLightLightBrush: 1111case (short)SystemResourceKeyID.ControlTextBrush: 1114case (short)SystemResourceKeyID.DesktopBrush: 1117case (short)SystemResourceKeyID.GradientActiveCaptionBrush: 1120case (short)SystemResourceKeyID.GradientInactiveCaptionBrush: 1123case (short)SystemResourceKeyID.GrayTextBrush: 1126case (short)SystemResourceKeyID.HighlightBrush: 1129case (short)SystemResourceKeyID.HighlightTextBrush: 1132case (short)SystemResourceKeyID.HotTrackBrush: 1135case (short)SystemResourceKeyID.InactiveBorderBrush: 1138case (short)SystemResourceKeyID.InactiveCaptionBrush: 1141case (short)SystemResourceKeyID.InactiveCaptionTextBrush: 1144case (short)SystemResourceKeyID.InfoBrush: 1147case (short)SystemResourceKeyID.InfoTextBrush: 1150case (short)SystemResourceKeyID.MenuBrush: 1153case (short)SystemResourceKeyID.MenuBarBrush: 1156case (short)SystemResourceKeyID.MenuHighlightBrush: 1159case (short)SystemResourceKeyID.MenuTextBrush: 1162case (short)SystemResourceKeyID.ScrollBarBrush: 1165case (short)SystemResourceKeyID.WindowBrush: 1168case (short)SystemResourceKeyID.WindowFrameBrush: 1171case (short)SystemResourceKeyID.WindowTextBrush: 1174case (short)SystemResourceKeyID.InactiveSelectionHighlightBrush: 1177case (short)SystemResourceKeyID.InactiveSelectionHighlightTextBrush: 1180case (short)SystemResourceKeyID.ActiveBorderColor: 1183case (short)SystemResourceKeyID.ActiveCaptionColor: 1186case (short)SystemResourceKeyID.ActiveCaptionTextColor: 1189case (short)SystemResourceKeyID.AppWorkspaceColor: 1192case (short)SystemResourceKeyID.ControlColor: 1195case (short)SystemResourceKeyID.ControlDarkColor: 1198case (short)SystemResourceKeyID.ControlDarkDarkColor: 1201case (short)SystemResourceKeyID.ControlLightColor: 1204case (short)SystemResourceKeyID.ControlLightLightColor: 1207case (short)SystemResourceKeyID.ControlTextColor: 1210case (short)SystemResourceKeyID.DesktopColor: 1213case (short)SystemResourceKeyID.GradientActiveCaptionColor: 1216case (short)SystemResourceKeyID.GradientInactiveCaptionColor: 1219case (short)SystemResourceKeyID.GrayTextColor: 1222case (short)SystemResourceKeyID.HighlightColor: 1225case (short)SystemResourceKeyID.HighlightTextColor: 1228case (short)SystemResourceKeyID.HotTrackColor: 1231case (short)SystemResourceKeyID.InactiveBorderColor: 1234case (short)SystemResourceKeyID.InactiveCaptionColor: 1237case (short)SystemResourceKeyID.InactiveCaptionTextColor: 1240case (short)SystemResourceKeyID.InfoColor: 1243case (short)SystemResourceKeyID.InfoTextColor: 1246case (short)SystemResourceKeyID.MenuColor: 1249case (short)SystemResourceKeyID.MenuBarColor: 1252case (short)SystemResourceKeyID.MenuHighlightColor: 1255case (short)SystemResourceKeyID.MenuTextColor: 1258case (short)SystemResourceKeyID.ScrollBarColor: 1261case (short)SystemResourceKeyID.WindowColor: 1264case (short)SystemResourceKeyID.WindowFrameColor: 1267case (short)SystemResourceKeyID.WindowTextColor: 1270case (short)SystemResourceKeyID.ThinHorizontalBorderHeight: 1273case (short)SystemResourceKeyID.ThinVerticalBorderWidth: 1276case (short)SystemResourceKeyID.CursorWidth: 1279case (short)SystemResourceKeyID.CursorHeight: 1282case (short)SystemResourceKeyID.ThickHorizontalBorderHeight: 1285case (short)SystemResourceKeyID.ThickVerticalBorderWidth: 1288case (short)SystemResourceKeyID.FixedFrameHorizontalBorderHeight: 1291case (short)SystemResourceKeyID.FixedFrameVerticalBorderWidth: 1294case (short)SystemResourceKeyID.FocusHorizontalBorderHeight: 1297case (short)SystemResourceKeyID.FocusVerticalBorderWidth: 1300case (short)SystemResourceKeyID.FullPrimaryScreenWidth: 1303case (short)SystemResourceKeyID.FullPrimaryScreenHeight: 1306case (short)SystemResourceKeyID.HorizontalScrollBarButtonWidth: 1309case (short)SystemResourceKeyID.HorizontalScrollBarHeight: 1312case (short)SystemResourceKeyID.HorizontalScrollBarThumbWidth: 1315case (short)SystemResourceKeyID.IconWidth: 1318case (short)SystemResourceKeyID.IconHeight: 1321case (short)SystemResourceKeyID.IconGridWidth: 1324case (short)SystemResourceKeyID.IconGridHeight: 1327case (short)SystemResourceKeyID.MaximizedPrimaryScreenWidth: 1330case (short)SystemResourceKeyID.MaximizedPrimaryScreenHeight: 1333case (short)SystemResourceKeyID.MaximumWindowTrackWidth: 1336case (short)SystemResourceKeyID.MaximumWindowTrackHeight: 1339case (short)SystemResourceKeyID.MenuCheckmarkWidth: 1342case (short)SystemResourceKeyID.MenuCheckmarkHeight: 1345case (short)SystemResourceKeyID.MenuButtonWidth: 1348case (short)SystemResourceKeyID.MenuButtonHeight: 1351case (short)SystemResourceKeyID.MinimumWindowWidth: 1354case (short)SystemResourceKeyID.MinimumWindowHeight: 1357case (short)SystemResourceKeyID.MinimizedWindowWidth: 1360case (short)SystemResourceKeyID.MinimizedWindowHeight: 1363case (short)SystemResourceKeyID.MinimizedGridWidth: 1366case (short)SystemResourceKeyID.MinimizedGridHeight: 1369case (short)SystemResourceKeyID.MinimumWindowTrackWidth: 1372case (short)SystemResourceKeyID.MinimumWindowTrackHeight: 1375case (short)SystemResourceKeyID.PrimaryScreenWidth: 1378case (short)SystemResourceKeyID.PrimaryScreenHeight: 1381case (short)SystemResourceKeyID.WindowCaptionButtonWidth: 1384case (short)SystemResourceKeyID.WindowCaptionButtonHeight: 1387case (short)SystemResourceKeyID.ResizeFrameHorizontalBorderHeight: 1390case (short)SystemResourceKeyID.ResizeFrameVerticalBorderWidth: 1393case (short)SystemResourceKeyID.SmallIconWidth: 1396case (short)SystemResourceKeyID.SmallIconHeight: 1399case (short)SystemResourceKeyID.SmallWindowCaptionButtonWidth: 1402case (short)SystemResourceKeyID.SmallWindowCaptionButtonHeight: 1405case (short)SystemResourceKeyID.VirtualScreenWidth: 1408case (short)SystemResourceKeyID.VirtualScreenHeight: 1411case (short)SystemResourceKeyID.VerticalScrollBarWidth: 1414case (short)SystemResourceKeyID.VerticalScrollBarButtonHeight: 1417case (short)SystemResourceKeyID.WindowCaptionHeight: 1420case (short)SystemResourceKeyID.KanjiWindowHeight: 1423case (short)SystemResourceKeyID.MenuBarHeight: 1426case (short)SystemResourceKeyID.SmallCaptionHeight: 1429case (short)SystemResourceKeyID.VerticalScrollBarThumbHeight: 1432case (short)SystemResourceKeyID.IsImmEnabled: 1435case (short)SystemResourceKeyID.IsMediaCenter: 1438case (short)SystemResourceKeyID.IsMenuDropRightAligned: 1441case (short)SystemResourceKeyID.IsMiddleEastEnabled: 1444case (short)SystemResourceKeyID.IsMousePresent: 1447case (short)SystemResourceKeyID.IsMouseWheelPresent: 1450case (short)SystemResourceKeyID.IsPenWindows: 1453case (short)SystemResourceKeyID.IsRemotelyControlled: 1456case (short)SystemResourceKeyID.IsRemoteSession: 1459case (short)SystemResourceKeyID.ShowSounds: 1462case (short)SystemResourceKeyID.IsSlowMachine: 1465case (short)SystemResourceKeyID.SwapButtons: 1468case (short)SystemResourceKeyID.IsTabletPC: 1471case (short)SystemResourceKeyID.VirtualScreenLeft: 1474case (short)SystemResourceKeyID.VirtualScreenTop: 1477case (short)SystemResourceKeyID.FocusBorderWidth: 1480case (short)SystemResourceKeyID.FocusBorderHeight: 1483case (short)SystemResourceKeyID.HighContrast: 1486case (short)SystemResourceKeyID.DropShadow: 1489case (short)SystemResourceKeyID.FlatMenu: 1492case (short)SystemResourceKeyID.WorkArea: 1495case (short)SystemResourceKeyID.IconHorizontalSpacing: 1498case (short)SystemResourceKeyID.IconVerticalSpacing: 1501case (short)SystemResourceKeyID.IconTitleWrap: 1504case (short)SystemResourceKeyID.IconFontSize: 1507case (short)SystemResourceKeyID.IconFontFamily: 1510case (short)SystemResourceKeyID.IconFontStyle: 1513case (short)SystemResourceKeyID.IconFontWeight: 1516case (short)SystemResourceKeyID.IconFontTextDecorations: 1519case (short)SystemResourceKeyID.KeyboardCues: 1522case (short)SystemResourceKeyID.KeyboardDelay: 1525case (short)SystemResourceKeyID.KeyboardPreference: 1528case (short)SystemResourceKeyID.KeyboardSpeed: 1531case (short)SystemResourceKeyID.SnapToDefaultButton: 1534case (short)SystemResourceKeyID.WheelScrollLines: 1537case (short)SystemResourceKeyID.MouseHoverTime: 1540case (short)SystemResourceKeyID.MouseHoverHeight: 1543case (short)SystemResourceKeyID.MouseHoverWidth: 1546case (short)SystemResourceKeyID.MenuDropAlignment: 1549case (short)SystemResourceKeyID.MenuFade: 1552case (short)SystemResourceKeyID.MenuShowDelay: 1555case (short)SystemResourceKeyID.ComboBoxAnimation: 1558case (short)SystemResourceKeyID.ClientAreaAnimation: 1561case (short)SystemResourceKeyID.CursorShadow: 1564case (short)SystemResourceKeyID.GradientCaptions: 1567case (short)SystemResourceKeyID.HotTracking: 1570case (short)SystemResourceKeyID.ListBoxSmoothScrolling: 1573case (short)SystemResourceKeyID.MenuAnimation: 1576case (short)SystemResourceKeyID.SelectionFade: 1579case (short)SystemResourceKeyID.StylusHotTracking: 1582case (short)SystemResourceKeyID.ToolTipAnimation: 1585case (short)SystemResourceKeyID.ToolTipFade: 1588case (short)SystemResourceKeyID.UIEffects: 1591case (short)SystemResourceKeyID.MinimizeAnimation: 1594case (short)SystemResourceKeyID.Border: 1597case (short)SystemResourceKeyID.CaretWidth: 1600case (short)SystemResourceKeyID.ForegroundFlashCount: 1603case (short)SystemResourceKeyID.DragFullWindows: 1606case (short)SystemResourceKeyID.BorderWidth: 1609case (short)SystemResourceKeyID.ScrollWidth: 1612case (short)SystemResourceKeyID.ScrollHeight: 1615case (short)SystemResourceKeyID.CaptionWidth: 1618case (short)SystemResourceKeyID.CaptionHeight: 1621case (short)SystemResourceKeyID.SmallCaptionWidth: 1624case (short)SystemResourceKeyID.MenuWidth: 1627case (short)SystemResourceKeyID.MenuHeight: 1630case (short)SystemResourceKeyID.CaptionFontSize: 1633case (short)SystemResourceKeyID.CaptionFontFamily: 1636case (short)SystemResourceKeyID.CaptionFontStyle: 1639case (short)SystemResourceKeyID.CaptionFontWeight: 1642case (short)SystemResourceKeyID.CaptionFontTextDecorations: 1645case (short)SystemResourceKeyID.SmallCaptionFontSize: 1648case (short)SystemResourceKeyID.SmallCaptionFontFamily: 1651case (short)SystemResourceKeyID.SmallCaptionFontStyle: 1654case (short)SystemResourceKeyID.SmallCaptionFontWeight: 1657case (short)SystemResourceKeyID.SmallCaptionFontTextDecorations: 1660case (short)SystemResourceKeyID.MenuFontSize: 1663case (short)SystemResourceKeyID.MenuFontFamily: 1666case (short)SystemResourceKeyID.MenuFontStyle: 1669case (short)SystemResourceKeyID.MenuFontWeight: 1672case (short)SystemResourceKeyID.MenuFontTextDecorations: 1675case (short)SystemResourceKeyID.StatusFontSize: 1678case (short)SystemResourceKeyID.StatusFontFamily: 1681case (short)SystemResourceKeyID.StatusFontStyle: 1684case (short)SystemResourceKeyID.StatusFontWeight: 1687case (short)SystemResourceKeyID.StatusFontTextDecorations: 1690case (short)SystemResourceKeyID.MessageFontSize: 1693case (short)SystemResourceKeyID.MessageFontFamily: 1696case (short)SystemResourceKeyID.MessageFontStyle: 1699case (short)SystemResourceKeyID.MessageFontWeight: 1702case (short)SystemResourceKeyID.MessageFontTextDecorations: 1705case (short)SystemResourceKeyID.ComboBoxPopupAnimation: 1708case (short)SystemResourceKeyID.MenuPopupAnimation: 1711case (short)SystemResourceKeyID.ToolTipPopupAnimation: 1714case (short)SystemResourceKeyID.FocusVisualStyle: 1717case (short)SystemResourceKeyID.NavigationChromeDownLevelStyle: 1720case (short)SystemResourceKeyID.NavigationChromeStyle: 1723case (short)SystemResourceKeyID.MenuItemSeparatorStyle: 1726case (short)SystemResourceKeyID.GridViewScrollViewerStyle: 1729case (short)SystemResourceKeyID.GridViewStyle: 1732case (short)SystemResourceKeyID.GridViewItemContainerStyle: 1735case (short)SystemResourceKeyID.StatusBarSeparatorStyle: 1738case (short)SystemResourceKeyID.ToolBarButtonStyle: 1741case (short)SystemResourceKeyID.ToolBarToggleButtonStyle: 1744case (short)SystemResourceKeyID.ToolBarSeparatorStyle: 1747case (short)SystemResourceKeyID.ToolBarCheckBoxStyle: 1750case (short)SystemResourceKeyID.ToolBarRadioButtonStyle: 1753case (short)SystemResourceKeyID.ToolBarComboBoxStyle: 1756case (short)SystemResourceKeyID.ToolBarTextBoxStyle: 1759case (short)SystemResourceKeyID.ToolBarMenuStyle: 1762case (short)SystemResourceKeyID.PowerLineStatus: 1839SystemResourceKeyID keyId = (SystemResourceKeyID)id; 1856internal SystemResourceKey(SystemResourceKeyID id) 1858Debug.Assert(((SystemResourceKeyID.InternalSystemColorsStart < id) && (id < SystemResourceKeyID.InternalSystemColorsEnd)) || 1859((SystemResourceKeyID.InternalSystemFontsStart < id) && (id < SystemResourceKeyID.InternalSystemFontsEnd)) || 1860((SystemResourceKeyID.InternalSystemParametersStart < id) && (id < SystemResourceKeyID.InternalSystemParametersEnd)) || 1861((SystemResourceKeyID.InternalSystemColorsExtendedStart < id) && (id < SystemResourceKeyID.InternalSystemColorsExtendedEnd)), 1866internal SystemResourceKeyID InternalKey 1954_menuItemSeparatorStyleKey = new SystemThemeKey(SystemResourceKeyID.MenuItemSeparatorStyle); 1992_gridViewItemContainerStyleKey = new SystemThemeKey(SystemResourceKeyID.GridViewItemContainerStyle); 2005_scrollViewerStyleKey = new SystemThemeKey(SystemResourceKeyID.GridViewScrollViewerStyle); 2018_gridViewStyleKey = new SystemThemeKey(SystemResourceKeyID.GridViewStyle); 2031_statusBarSeparatorStyleKey = new SystemThemeKey(SystemResourceKeyID.StatusBarSeparatorStyle); 2043_cacheButtonStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarButtonStyle); 2059_cacheToggleButtonStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarToggleButtonStyle); 2074_cacheSeparatorStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarSeparatorStyle); 2090_cacheCheckBoxStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarCheckBoxStyle); 2105_cacheRadioButtonStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarRadioButtonStyle); 2121_cacheComboBoxStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarComboBoxStyle); 2137_cacheTextBoxStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarTextBoxStyle); 2153_cacheMenuStyle = new SystemThemeKey(SystemResourceKeyID.ToolBarMenuStyle); 2181private SystemResourceKeyID _id;
System\Windows\SystemThemeKey.cs (5)
29internal SystemThemeKey(SystemResourceKeyID id) 32Debug.Assert(id > SystemResourceKeyID.InternalSystemThemeStylesStart && 33id < SystemResourceKeyID.InternalSystemThemeStylesEnd); 88internal SystemResourceKeyID InternalKey 97private SystemResourceKeyID _id;