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