2 writes to BorderColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
627hotcommands.BorderColor = value; 843doccomment.BorderColor = value;
3 references to BorderColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
624return hotcommands.BorderColor; 840return doccomment.BorderColor; 5069using (Pen borderPen = new Pen(BorderColor, 1)) {