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