1 write to EditRegionRelativeLocation
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
106
EditRegionRelativeLocation
= new Point(editRegionXPos, TextBoxTopPadding);
2 references to EditRegionRelativeLocation
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
300
g.DrawImage(_swatch, new Point(
EditRegionRelativeLocation
.X + 2, EditorLineSwatchPadding + 5));
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
290
Rectangle editRect = new(
EditRegionRelativeLocation
, EditRegionSize);