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