2 writes to boldHfont
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1501boldHfont = GetBoldFont().ToHfont(); 3664boldHfont = IntPtr.Zero;
4 references to boldHfont
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
1500if (boldHfont == IntPtr.Zero) { 1503return boldHfont; 3662if (boldHfont != IntPtr.Zero) { 3663SafeNativeMethods.ExternalDeleteObject(new HandleRef(this, boldHfont));