4 writes to fontBold
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
1160
fontBold
= null;
1461
fontBold
= new Font(this.Font, FontStyle.Bold);
3569
fontBold
= null;
3677
fontBold
= 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)
1158
if (
fontBold
!= null) {
1159
fontBold
.Dispose();
1460
if (
fontBold
== null) {
1463
return
fontBold
;