1 write to backColorStart
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1195
this.
backColorStart
= value;
4 references to backColorStart
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Themes.cs (4)
1187
return this.
backColorStart
;
1305
if (this.
backColorStart
== this.backColorEnd)
1306
this.backgroundBrush = new SolidBrush(this.
backColorStart
);
1308
this.backgroundBrush = new LinearGradientBrush(this.backgroundBrushRect, this.
backColorStart
, this.backColorEnd, this.backgroundStyle);