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