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