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