4 writes to _boldFont
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
987
_boldFont
= null;
1304
public Font GetBoldFont() =>
_boldFont
??= new Font(Font, FontStyle.Bold);
3360
_boldFont
= null;
3465
_boldFont
= null; // fontBold is cached based on Font
1 reference to _boldFont
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
986
_boldFont
?.Dispose();