3 writes to foregroundPen
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
1021
this.
foregroundPen
= null;
1113
this.
foregroundPen
= null;
1263
this.
foregroundPen
= new Pen(this.foreColor, BorderWidth);
6 references to foregroundPen
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
1018
if (this.
foregroundPen
!= null)
1020
this.
foregroundPen
.Dispose();
1110
if (this.
foregroundPen
!= null)
1112
this.
foregroundPen
.Dispose();
1262
if (this.
foregroundPen
== null)
1264
return this.
foregroundPen
;