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