9 references to Info
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
164
_listboxMainPanel.BackColor = System.Drawing.SystemColors.
Info
;
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
39
public static Brush Info => FromSystemColor(SystemColors.
Info
);
System\Drawing\SystemPens.cs (1)
40
public static Pen Info => FromSystemColor(SystemColors.
Info
);
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
655
rgbTable[KnownColors.msocbvcrWPInfoTipBkgd] = SystemColors.
Info
;
System\Windows\Forms\ToolTip\ToolTip.cs (2)
43
private Color _backColor = SystemColors.
Info
;
773
if (BackColor != SystemColors.
Info
)
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (2)
141
styleColor = SystemColors.
Info
;
1406
styleColor = SystemColors.
Info
;
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1580
_helpTextCtrl.BackColor = SystemColors.
Info
;