1 write to gridColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
2659this.gridColor = value;
11 references to gridColor
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Themes.cs (11)
2651return this.gridColor; 2856this.majorGridPen = new Pen(this.gridColor, 1); 2870this.majorGridBrush = new SolidBrush(this.gridColor); 2883Color 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)); 2899Color 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));