4 references to TB_GETRECT
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolBar.cs (3)
719SendMessage(NativeMethods.TB_GETRECT, firstVisible, ref rect); 778SendMessage(NativeMethods.TB_GETRECT, 0, ref rect); 1545SendMessage(NativeMethods.TB_GETRECT, nmTB.iItem, ref rc);
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
335UnsafeNativeMethods.SendMessage(new HandleRef(parent, parent.Handle), NativeMethods.TB_GETRECT, FindButtonIndex(), ref rc);