2 references to InactiveBorder
System.Drawing.Common.Tests (1)
System\Drawing\SystemPensTest.cs (1)
32
yield return Pen(() => SystemPens.
InactiveBorder
, SystemColors.InactiveBorder);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (1)
263
e.Graphics.DrawLine(SystemPens.
InactiveBorder
, 0, bounds.Bottom - 2, bounds.Width, bounds.Bottom - 2);