6 references to Info
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
264return FromSystemColor(SystemColors.Info);
commonui\System\Drawing\SystemPens.cs (1)
264return FromSystemColor(SystemColors.Info);
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
798rgbTable[ProfessionalColorTable.KnownColors.msocbvcrWPInfoTipBkgd] = SystemColors.Info;
winforms\Managed\System\WinForms\ToolTip.cs (2)
69Color backColor = SystemColors.Info; 928if (BackColor != SystemColors.Info) {
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1736this.buttonTips.BackColor = SystemColors.Info;