5 references to InactiveBorder
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
244return FromSystemColor(SystemColors.InactiveBorder);
commonui\System\Drawing\SystemPens.cs (1)
234return FromSystemColor(SystemColors.InactiveBorder);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
752backColor = SystemColors.InactiveBorder;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
93: SystemColors.InactiveBorder;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
3182GridColor = SystemColors.InactiveBorder;