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)
503Size = CommonProperties.GetSpecifiedBounds(this).Size; 1239Size = new Size(Math.Min(size.Width, value.Width), Math.Min(size.Height, value.Height)); 1356Size = 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)
1236Size size = Size; 1353Size size = Size; 1368Size.Width, 1369Size.Height, 3911Size s = Size; 4271Size adjustedSize = AutoSizeMode == AutoSizeMode.GrowAndShrink ? prefSize : LayoutUtils.UnionSizes(prefSize, Size); 4542_dpiFormSizes.Add(e.DeviceDpiOld, Size); 4608desiredSize.Width = (int)(Size.Width * autoScaleFactor.Width); 4609desiredSize.Height = (int)(Size.Height * autoScaleFactor.Height); 5994/// Indicates whether the <see cref="Size"/> property should be persisted. 6585_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;