9 references to EditRegionSize
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (8)
106
listBox.Width = Math.Max(maxWidth,
EditRegionSize
.Width);
173
int buttonHeight =
EditRegionSize
.Height - EditorLineButtonPadding * 2 - 1;
174
_button.Location = new Point(EditRegionLocation.X +
EditRegionSize
.Width - buttonHeight - EditorLineButtonPadding, EditRegionLocation.Y + EditorLineButtonPadding + 1);
276
ActionPanel.Invalidate(new Rectangle(EditRegionLocation,
EditRegionSize
), false);
288
int width =
EditRegionSize
.Height - EditorLineSwatchPadding * 2;
335
hostedControl.Width = Math.Max(hostedControl.Width,
EditRegionSize
.Width - 2);
341
Rectangle editorBounds = new(Point.Empty,
EditRegionSize
);
365
Rectangle editorBounds = new(Point.Empty,
EditRegionSize
);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
290
Rectangle editRect = new(EditRegionRelativeLocation,
EditRegionSize
);