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