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