1 write to backColorEnd
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1221
this.
backColorEnd
= value;
3 references to backColorEnd
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
1213
return this.
backColorEnd
;
1305
if (this.backColorStart == this.
backColorEnd
)
1308
this.backgroundBrush = new LinearGradientBrush(this.backgroundBrushRect, this.backColorStart, this.
backColorEnd
, this.backgroundStyle);