3 references to TTM_ADJUSTRECT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
182SendMessage(NativeMethods.TTM_ADJUSTRECT, 1, ref rect);
winforms\Managed\System\WinForms\ToolTip.cs (1)
2325UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_ADJUSTRECT, 1, ref r);
winforms\Managed\System\WinForms\TreeView.cs (1)
2920UnsafeNativeMethods.SendMessage(new HandleRef(this, tooltipHandle), NativeMethods.TTM_ADJUSTRECT, 1, ref bounds);