4 writes to _boldFont
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
987_boldFont = null; 1304public 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();