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