1 write to expandButtonRectangle
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
1635
this.
expandButtonRectangle
= rectangle;
2 references to expandButtonRectangle
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
1631
if (this.expandButtonBackBrush == null || this.
expandButtonRectangle
!= rectangle)
1636
this.expandButtonBackBrush = new LinearGradientBrush(this.
expandButtonRectangle
, Color.White, Color.FromArgb(173, 170, 156), LinearGradientMode.ForwardDiagonal);