3 writes to handle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
2400handle = address; 2819handle = IntPtr.Zero; 3009handle = IntPtr.Zero;
5 references to handle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (5)
2817if (handle != IntPtr.Zero) { 2818UnsafeNativeMethods.CloseHandle(new HandleRef(this, handle)); 3007if (handle != IntPtr.Zero) { 3008UnsafeNativeMethods.CloseHandle(new HandleRef(this, handle)); 3085return handle;