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