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