7 writes to Size
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
307Size = newSize; 645Size = size;
System\Windows\Forms\Design\ComponentEditorForm.cs (1)
256Size = size;
System\Windows\Forms\Form.cs (3)
500Size = CommonProperties.GetSpecifiedBounds(this).Size; 1236Size = new Size(Math.Min(size.Width, value.Width), Math.Min(size.Height, value.Height)); 1353Size = new Size(Math.Max(size.Width, value.Width), Math.Max(size.Height, value.Height));
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
286set => base.Size = value;
17 references to Size
System.Windows.Forms (15)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
1441Size size = _dropDownHolder.Size; 4893if (topControl.Size.Equals(dialog.Size))
System\Windows\Forms\Form.cs (11)
1233Size size = Size; 1350Size size = Size; 1365Size.Width, 1366Size.Height, 3902Size s = Size; 4255Size adjustedSize = AutoSizeMode == AutoSizeMode.GrowAndShrink ? prefSize : LayoutUtils.UnionSizes(prefSize, Size); 4526_dpiFormSizes.Add(e.DeviceDpiOld, Size); 4592desiredSize.Width = (int)(Size.Width * autoScaleFactor.Width); 4593desiredSize.Height = (int)(Size.Height * autoScaleFactor.Height); 5978/// Indicates whether the <see cref="Size"/> property should be persisted. 6569_restoreBounds.Size = Size;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
22MinimumSize = Size;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
285get => base.Size;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
342Size dropDownSize = _dropDownHolder.Size; 366Size dropDownSize = _dropDownHolder.Size;