6 writes to style
System.Windows.Forms (6)
misc\GDI\WindowsFont.cs (6)
169this.style = style; 192this.style = FontStyle.Regular; 195this.style |= FontStyle.Bold; 199this.style |= FontStyle.Italic; 203this.style |= FontStyle.Underline; 207this.style |= FontStyle.Strikeout;
1 reference to style
System.Windows.Forms (1)
misc\GDI\WindowsFont.cs (1)
447return this.style;