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