4 writes to _boldFont
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
1010
_boldFont
= null;
1327
public Font GetBoldFont() =>
_boldFont
??= new Font(Font, FontStyle.Bold);
3398
_boldFont
= null;
3503
_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)
1009
_boldFont
?.Dispose();