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