1 write to backgroundBrushRect
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1303this.backgroundBrushRect = rectangle;
2 references to backgroundBrushRect
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
1299if (this.backgroundBrush == null || this.backgroundBrushRect != rectangle) 1308this.backgroundBrush = new LinearGradientBrush(this.backgroundBrushRect, this.backColorStart, this.backColorEnd, this.backgroundStyle);