9 references to EditRegionSize
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (8)
106
listBox.Width = Math.Max(maxWidth,
EditRegionSize
.Width);
176
int buttonHeight =
EditRegionSize
.Height - EditorLineButtonPadding * 2 - 1;
177
_button.Location = new Point(EditRegionLocation.X +
EditRegionSize
.Width - buttonHeight - EditorLineButtonPadding, EditRegionLocation.Y + EditorLineButtonPadding + 1);
279
ActionPanel.Invalidate(new Rectangle(EditRegionLocation,
EditRegionSize
), false);
291
int width =
EditRegionSize
.Height - EditorLineSwatchPadding * 2;
338
hostedControl.Width = Math.Max(hostedControl.Width,
EditRegionSize
.Width - 2);
344
Rectangle editorBounds = new(Point.Empty,
EditRegionSize
);
368
Rectangle editorBounds = new(Point.Empty,
EditRegionSize
);
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (1)
290
Rectangle editRect = new(EditRegionRelativeLocation,
EditRegionSize
);