1 write to gridColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
2659
this.
gridColor
= value;
11 references to gridColor
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Themes.cs (11)
2651
return this.
gridColor
;
2856
this.majorGridPen = new Pen(this.
gridColor
, 1);
2870
this.majorGridBrush = new SolidBrush(this.
gridColor
);
2883
Color minorGridColor = Color.FromArgb(this.
gridColor
.A, Math.Min(this.
gridColor
.R + 32, 255), Math.Min(this.
gridColor
.G + 32, 255), Math.Min(this.
gridColor
.B + 32, 255));
2899
Color minorGridColor = Color.FromArgb(this.
gridColor
.A, Math.Min(this.
gridColor
.R + 32, 255), Math.Min(this.
gridColor
.G + 32, 255), Math.Min(this.
gridColor
.B + 32, 255));