12 references to MaxWindowTrackSize
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30034
PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6818
PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.TTM_SETMAXTIPWIDTH, (WPARAM)0, (LPARAM)SystemInformation.
MaxWindowTrackSize
.Width);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1654
Size max = SystemInformation.
MaxWindowTrackSize
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
142
(LPARAM)SystemInformation.
MaxWindowTrackSize
.Width);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2086
PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
1624
PInvokeCore.SendMessage(toolTip, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
3220
PInvokeCore.SendMessage(nmhdr->hwndFrom, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
124
(LPARAM)SystemInformation.
MaxWindowTrackSize
.Width);
System\Windows\Forms\Form.cs (1)
5227
Size max = SystemInformation.
MaxWindowTrackSize
;
System\Windows\Forms\ToolTip\ToolTip.cs (1)
732
PInvokeCore.SendMessage(this, PInvoke.TTM_SETMAXTIPWIDTH, 0, SystemInformation.
MaxWindowTrackSize
.Width);
System.Windows.Forms.Tests (2)
System\Windows\Forms\SystemInformationTests.cs (2)
403
Size size = SystemInformation.
MaxWindowTrackSize
;
406
Assert.Equal(size, SystemInformation.
MaxWindowTrackSize
);