13 references to Black
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ControlPaint.cs (4)
1192Pen pen = Pens.Black; 1405grabPenPrimary = Pens.Black; 1674pen = Pens.Black; 1682pen = Pens.Black;
winforms\Managed\System\WinForms\DataGridParentRows.cs (2)
796g.DrawLine(Pens.Black, bounds.X, bounds.Y, bounds.X + bounds.Width, bounds.Y); // the top 799g.DrawLine(Pens.Black, bounds.X, bounds.Y + bounds.Height, bounds.X, bounds.Y); // the left side
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (2)
636pevent.Graphics.DrawRectangle(Pens.Black, box); 646pevent.Graphics.DrawRectangle(Pens.Black, box);
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (1)
3109graphics.DrawPath(Pens.Black, graphicsPath);
AuthoringOM\Design\DesignerWidgets.cs (3)
172graphics.DrawRectangle(Pens.Black, buttonBounds); 180graphics.DrawPath(Pens.Black, graphicsPath); 3413graphics.DrawRectangle(Pens.Black, this.previewModeButtonRectangle.Left - 1, this.previewModeButtonRectangle.Top - 1, this.previewModeButtonRectangle.Width + 1, this.previewModeButtonRectangle.Height + 1);
AuthoringOM\Design\WorkflowLayouts.cs (1)
687graphics.DrawRectangle(Pens.Black, pageLayoutData.PageBounds);