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