2 implementations of Handle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
2854public IntPtr Handle {
winforms\Managed\System\WinForms\NativeWindow.cs (1)
223public IntPtr Handle {
10 references to Handle
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (1)
59IntPtr handle = (parent == null ? IntPtr.Zero : parent.Handle);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (1)
52parentHandle = parent.Handle;
winforms\Managed\System\WinForms\Control.cs (1)
7052hWnd = window.Handle;
winforms\Managed\System\WinForms\ToolTip.cs (5)
357IntPtr rootHwnd =UnsafeNativeMethods.GetAncestor(new HandleRef(window, window.Handle), NativeMethods.GA_ROOT); 1140return this.GetMinToolInfoForHandle(tool.Handle); 1968owners.Remove(win.Handle); 1976owners.Remove(win.Handle); 2525owners.Remove(win.Handle);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
1404else if (owner.Handle != IntPtr.Zero) 1406int style = UnsafeNativeMethods.GetWindowLong(owner.Handle, UnsafeNativeMethods.GWL_EXSTYLE);