1 write to _fontStyle
System.Drawing.Common (1)
System\Drawing\Font.cs (1)
522_fontStyle = style;
3 references to _fontStyle
System.Drawing.Common (3)
System\Drawing\Font.cs (3)
42public FontStyle Style => _fontStyle; 344Status status = PInvokeGdiPlus.GdipCreateFont(_fontFamily.Pointer(), _fontSize, (int)_fontStyle, (Unit)_fontUnit, &font); 351throw new ArgumentException(SR.Format(SR.GdiplusFontStyleNotFound, _fontFamily.Name, _fontStyle.ToString()));