2 writes to _tabFont
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TabOrder.cs (2)
48
_tabFont
= uisvc is not null && uisvc.Styles["DialogFont"] is Font dialogFont ? dialogFont : DefaultFont;
49
_tabFont
= new Font(_tabFont, FontStyle.Bold);
2 references to _tabFont
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TabOrder.cs (2)
49
_tabFont = new Font(
_tabFont
, FontStyle.Bold);
194
Font font =
_tabFont
;