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