3 references to Handle
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1631PInvokeCore.SendMessage(this, PInvoke.TCM_SETTOOLTIPS, (WPARAM)toolTip.Handle);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1625PInvokeCore.SendMessage(this, PInvoke.TVM_SETTOOLTIPS, (WPARAM)toolTip.Handle);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
259internal HWND HWND => (HWND)Handle;