10 writes to Size
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
131
this.
Size
= size;
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
287
this.
Size
= size;
winforms\Managed\System\WinForms\Form.cs (3)
665
this.
Size
= CommonProperties.GetSpecifiedBounds(this).Size;
1608
Size
= new Size(Math.Min(size.Width, value.Width), Math.Min(size.Height, value.Height));
1772
Size
= new Size(Math.Max(size.Width, value.Width), Math.Max(size.Height, value.Height));
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
511
base.
Size
= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
5709
this.
Size
= newSize;
6041
Size
= sz;
6049
this.
Size
= new Size(this.Size.Width, this.PreferredSize.Height);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
1324
base.
Size
= this.formRectangle.Size;
18 references to Size
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\DesignerForm.cs (1)
98
MinimumSize =
Size
;
System.Windows.Forms (17)
winforms\Managed\System\WinForms\Form.cs (10)
1606
Size size =
Size
;
1770
Size size =
Size
;
1781
Size
.Width,
1782
Size
.Height,
4449
Size s =
Size
;
4816
Size adjustedSize = AutoSizeMode == AutoSizeMode.GrowAndShrink ? prefSize : LayoutUtils.UnionSizes(prefSize,
Size
);
5191
m.Result = (IntPtr)(unchecked((
Size
.Height & 0xFFFF) << 16) | (
Size
.Width & 0xFFFF));
6296
/// <para>Indicates whether the <see cref='System.Windows.Forms.Form.
Size
'/> property should be persisted.</para>
6894
restoreBounds.Size =
Size
;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
245
this.MinimumSize =
Size
;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
508
return base.
Size
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
1633
Size size = dropDownHolder.
Size
;
1712
Size size = dropDownHolder.
Size
;
4923
if (topControl.Size.Equals(dialog.
Size
)) {
6048
if (this.
Size
.Height < this.PreferredSize.Height) {
6049
this.Size = new Size(this.
Size
.Width, this.PreferredSize.Height);