2 references to GetEditRegionXPos
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
785
editXPos = Math.Max(editXPos, line.
GetEditRegionXPos
());
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
98
int editRegionXPos = Math.Max(_editXPos,
GetEditRegionXPos
());