3 writes to boldFont
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Themes.cs (3)
2054
this.
boldFont
= null;
2234
this.
boldFont
= null;
3097
this.
boldFont
= new Font(this.fontName, FontSize, FontStyle.Bold);
6 references to boldFont
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Themes.cs (6)
2051
if (this.
boldFont
!= null)
2053
this.
boldFont
.Dispose();
2231
if (this.
boldFont
!= null)
2233
this.
boldFont
.Dispose();
3086
if (this.
boldFont
== null)
3099
return this.
boldFont
;