12 references to MaxWindowTrackSize
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
49
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29938
UnsafeNativeMethods.SendMessage(new HandleRef(this, nmhdr->hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
969
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
winforms\Managed\System\WinForms\Form.cs (1)
5900
Size max = SystemInformation.
MaxWindowTrackSize
;
winforms\Managed\System\WinForms\ListView.cs (1)
6150
UnsafeNativeMethods.SendMessage(new HandleRef(this, nmhdr->hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1953
Size max = SystemInformation.
MaxWindowTrackSize
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
216
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1823
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
winforms\Managed\System\WinForms\TabControl.cs (1)
2205
UnsafeNativeMethods.SendMessage(new HandleRef(nmhdr, nmhdr.hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
winforms\Managed\System\WinForms\ToolTip.cs (1)
906
UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
winforms\Managed\System\WinForms\TreeView.cs (2)
1764
UnsafeNativeMethods.SendMessage(new HandleRef(toolTip, toolTip.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
3210
UnsafeNativeMethods.SendMessage(new HandleRef(nmhdr, nmhdr.hwndFrom), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);