33 references to SystemColorToArgb
System.Drawing (33)
commonui\System\Drawing\KnownColorTable.cs (33)
446
colorTable[(int)KnownColor.ActiveBorder] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ActiveBorder);
447
colorTable[(int)KnownColor.ActiveCaption] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ActiveCaption);
448
colorTable[(int)KnownColor.ActiveCaptionText] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ActiveCaptionText);
449
colorTable[(int)KnownColor.AppWorkspace] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.AppWorkspace);
450
colorTable[(int)KnownColor.ButtonFace] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ButtonFace);
451
colorTable[(int)KnownColor.ButtonHighlight] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ButtonHighlight);
452
colorTable[(int)KnownColor.ButtonShadow] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ButtonShadow);
453
colorTable[(int)KnownColor.Control] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.Control);
454
colorTable[(int)KnownColor.ControlDark] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ControlDark);
455
colorTable[(int)KnownColor.ControlDarkDark] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ControlDarkDark);
456
colorTable[(int)KnownColor.ControlLight] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ControlLight);
457
colorTable[(int)KnownColor.ControlLightLight] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ControlLightLight);
458
colorTable[(int)KnownColor.ControlText] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ControlText);
459
colorTable[(int)KnownColor.Desktop] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.Desktop);
460
colorTable[(int)KnownColor.GradientActiveCaption] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.GradientActiveCaption);
461
colorTable[(int)KnownColor.GradientInactiveCaption] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.GradientInactiveCaption);
462
colorTable[(int)KnownColor.GrayText] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.GrayText);
463
colorTable[(int)KnownColor.Highlight] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.Highlight);
464
colorTable[(int)KnownColor.HighlightText] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.HighlightText);
465
colorTable[(int)KnownColor.HotTrack] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.HotTrack);
466
colorTable[(int)KnownColor.InactiveBorder] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.InactiveBorder);
467
colorTable[(int)KnownColor.InactiveCaption] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.InactiveCaption);
468
colorTable[(int)KnownColor.InactiveCaptionText] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.InactiveCaptionText);
469
colorTable[(int)KnownColor.Info] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.Info);
470
colorTable[(int)KnownColor.InfoText] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.InfoText);
471
colorTable[(int)KnownColor.Menu] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.Menu);
472
colorTable[(int)KnownColor.MenuBar] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.MenuBar);
473
colorTable[(int)KnownColor.MenuHighlight] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.MenuHighlight);
474
colorTable[(int)KnownColor.MenuText] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.MenuText);
475
colorTable[(int)KnownColor.ScrollBar] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.ScrollBar);
476
colorTable[(int)KnownColor.Window] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.Window);
477
colorTable[(int)KnownColor.WindowFrame] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.WindowFrame);
478
colorTable[(int)KnownColor.WindowText] =
SystemColorToArgb
((int)SafeNativeMethods.Win32SystemColors.WindowText);