4 references to ConstrainToScreenWorkingAreaBounds
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
999? WindowsFormsUtils.ConstrainToScreenWorkingAreaBounds(suggestedScreenBounds) 1049dropDownBounds = WindowsFormsUtils.ConstrainToScreenWorkingAreaBounds(dropDownBounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
337dropDownBounds = WindowsFormsUtils.ConstrainToScreenWorkingAreaBounds(dropDownBounds);
System\Windows\Forms\Form.cs (1)
1318value = WindowsFormsUtils.ConstrainToScreenWorkingAreaBounds(bounds).Size;