3 writes to selectionForegroundPen
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2096
this.
selectionForegroundPen
= null;
2356
this.
selectionForegroundPen
= null;
2929
this.
selectionForegroundPen
= new Pen(this.selectionForeColor, 1);
6 references to selectionForegroundPen
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2093
if (this.
selectionForegroundPen
!= null)
2095
this.
selectionForegroundPen
.Dispose();
2353
if (this.
selectionForegroundPen
!= null)
2355
this.
selectionForegroundPen
.Dispose();
2928
if (this.
selectionForegroundPen
== null)
2930
return this.
selectionForegroundPen
;