4 writes to fontBold
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
1160fontBold = null; 1461fontBold = new Font(this.Font, FontStyle.Bold); 3569fontBold = null; 3677fontBold = null; // URT #45662 - fontBold is cached based on Font
4 references to fontBold
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
1158if (fontBold != null) { 1159fontBold.Dispose(); 1460if (fontBold == null) { 1463return fontBold;