1 write to backColor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Themes.cs (1)
2506this.backColor = value;
2 references to backColor
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Themes.cs (2)
2498return this.backColor; 3040this.backgroundBrush = new SolidBrush(this.backColor);