3 writes to font
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2048
this.
font
= null;
2228
this.
font
= null;
3074
this.
font
= new Font(this.fontName, FontSize);
6 references to font
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2045
if (this.
font
!= null)
2047
this.
font
.Dispose();
2225
if (this.
font
!= null)
2227
this.
font
.Dispose();
3063
if (this.
font
== null)
3076
return this.
font
;