16 references to Info
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
164_listboxMainPanel.BackColor = System.Drawing.SystemColors.Info;
System.Drawing.Common.Tests (4)
System\Drawing\ColorTranslatorTests.cs (2)
32yield return (unchecked((int)0x80000018), SystemColors.Info); 126yield return ("infobackground", SystemColors.Info);
System\Drawing\SystemBrushesTests.cs (1)
33yield return Brush(() => SystemBrushes.Info, SystemColors.Info);
System\Drawing\SystemPensTest.cs (1)
35yield return Pen(() => SystemPens.Info, SystemColors.Info);
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
655rgbTable[KnownColors.msocbvcrWPInfoTipBkgd] = SystemColors.Info;
System\Windows\Forms\ToolTip\ToolTip.cs (2)
43private Color _backColor = SystemColors.Info; 773if (BackColor != SystemColors.Info)
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ComponentTray.cs (2)
144styleColor = SystemColors.Info; 1421styleColor = SystemColors.Info;
System\Windows\Forms\Design\DesignBindingPicker.cs (1)
1584_helpTextCtrl.BackColor = SystemColors.Info;
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewTests.cs (1)
2338BackColor = SystemColors.Info,
System\Windows\Forms\DataGridViewTests.Rendering.cs (1)
123BackColor = SystemColors.Info,
System\Windows\Forms\ToolTipTests.cs (2)
21Assert.Equal(SystemColors.Info, toolTip.BackColor); 51Assert.Equal(SystemColors.Info, toolTip.BackColor);
WinFormsControlsTest (1)
DataGridViewTest.Designer.cs (1)
75dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Info;