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