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