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