Base:
property
MinimumSize
System.Windows.Forms.Control.MinimumSize
8 writes to MinimumSize
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
108_dialogWindow.MinimumSize = new System.Drawing.Size(575, 400); // Magic min-size numbers from Dan
System.Web.Entity.Design (3)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (2)
130this.MinimumSize = size; 279MinimumSize = new Size(480 + 8, top + 12 + 27);
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
98MinimumSize = Size;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (2)
5114MinimumSize = new Size(e.SuggestedRectangle.Width, e.SuggestedRectangle.Height); 5795MinimumSize = ScaleSize(minSize, x, y);
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
245this.MinimumSize = Size;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
457base.MinimumSize = value;
8 references to MinimumSize
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
128size = this.MinimumSize;
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Form.cs (6)
1593if (!MinimumSize.IsEmpty && !value.IsEmpty) { 1740if (!value.Equals( MinimumSize )) { 5792Size minSize = MinimumSize; 5794if (!MinimumSize.IsEmpty) { 7157Size minTrack = (AutoSize && formStateEx[FormStateExInModalSizingLoop] == 1) ? LayoutUtils.UnionSizes(minAutoSize, MinimumSize) : MinimumSize;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
454return base.MinimumSize;