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