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); 194Font font = _tabFont;