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