2 writes to expandButtonBackBrush
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
1460
this.
expandButtonBackBrush
= null;
1636
this.
expandButtonBackBrush
= new LinearGradientBrush(this.expandButtonRectangle, Color.White, Color.FromArgb(173, 170, 156), LinearGradientMode.ForwardDiagonal);
6 references to expandButtonBackBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
1457
if (this.
expandButtonBackBrush
!= null)
1459
this.
expandButtonBackBrush
.Dispose();
1631
if (this.
expandButtonBackBrush
== null || this.expandButtonRectangle != rectangle)
1633
if (this.
expandButtonBackBrush
!= null)
1634
this.
expandButtonBackBrush
.Dispose();
1638
return this.
expandButtonBackBrush
;