2 writes to baseHfont
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1468
baseHfont
= GetBaseFont().ToHfont();
3660
baseHfont
= IntPtr.Zero;
4 references to baseHfont
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
1467
if (
baseHfont
== IntPtr.Zero) {
1470
return
baseHfont
;
3658
if (
baseHfont
!= IntPtr.Zero) {
3659
SafeNativeMethods.ExternalDeleteObject(new HandleRef(this,
baseHfont
));