2 writes to expandButtonBackBrush
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
1460this.expandButtonBackBrush = null; 1636this.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)
1457if (this.expandButtonBackBrush != null) 1459this.expandButtonBackBrush.Dispose(); 1631if (this.expandButtonBackBrush == null || this.expandButtonRectangle != rectangle) 1633if (this.expandButtonBackBrush != null) 1634this.expandButtonBackBrush.Dispose(); 1638return this.expandButtonBackBrush;