3 writes to selectionForegroundBrush
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2150
this.
selectionForegroundBrush
= null;
2362
this.
selectionForegroundBrush
= null;
2941
this.
selectionForegroundBrush
= new SolidBrush(this.selectionForeColor);
6 references to selectionForegroundBrush
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2147
if (this.
selectionForegroundBrush
!= null)
2149
this.
selectionForegroundBrush
.Dispose();
2359
if (this.
selectionForegroundBrush
!= null)
2361
this.
selectionForegroundBrush
.Dispose();
2940
if (this.
selectionForegroundBrush
== null)
2942
return this.
selectionForegroundBrush
;