2 writes to handle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
19991
handle
= font.ToHfont();
20018
handle
= IntPtr.Zero;
5 references to handle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (5)
19992
System.Internal.HandleCollector.Add(
handle
, NativeMethods.CommonHandles.GDI);
19997
Debug.Assert(
handle
!= IntPtr.Zero, "FontHandleWrapper disposed, but still being accessed");
19998
return
handle
;
20013
if (
handle
!= IntPtr.Zero) {
20017
SafeNativeMethods.DeleteObject(new HandleRef(this,
handle
));