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