1 write to backgroundStyle
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1245
this.
backgroundStyle
= value;
2 references to backgroundStyle
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
1237
return this.
backgroundStyle
;
1308
this.backgroundBrush = new LinearGradientBrush(this.backgroundBrushRect, this.backColorStart, this.backColorEnd, this.
backgroundStyle
);