4 references to ConstrainToScreenWorkingAreaBounds
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
994? WindowsFormsUtils.ConstrainToScreenWorkingAreaBounds(suggestedScreenBounds) 1043dropDownBounds = 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;