1 write to fontStyle
System.Drawing (1)
commonui\System\Drawing\Advanced\Font.cs (1)
373
this.
fontStyle
= style;
5 references to fontStyle
System.Drawing (5)
commonui\System\Drawing\Advanced\Font.cs (5)
67
this.
fontStyle
,
74
throw new ArgumentException(SR.GetString(SR.GdiplusFontStyleNotFound, this.fontFamily.Name, this.
fontStyle
.ToString()));
764
return unchecked((int)((((UInt32)
fontStyle
<< 13) | ((UInt32)
fontStyle
>> 19)) ^
972
return
fontStyle
;