6 references to ConstrainToScreenWorkingAreaBounds
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (2)
1750
value = WindowsFormsUtils.
ConstrainToScreenWorkingAreaBounds
(bounds).Size;
5989
adjustedBounds = WindowsFormsUtils.
ConstrainToScreenWorkingAreaBounds
(adjustedBounds);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
1193
adjustedBounds = WindowsFormsUtils.
ConstrainToScreenWorkingAreaBounds
(adjustedBounds);
1216
dropDownBounds = WindowsFormsUtils.
ConstrainToScreenWorkingAreaBounds
(suggestedScreenBounds);
1267
dropDownBounds = WindowsFormsUtils.
ConstrainToScreenWorkingAreaBounds
(dropDownBounds);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
343
dropDownBounds = WindowsFormsUtils.
ConstrainToScreenWorkingAreaBounds
(dropDownBounds);