18 writes to ClientSize
PresentationUI (9)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
730this.ClientSize = new System.Drawing.Size(466, 574);
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
165this.ClientSize = new System.Drawing.Size(409, 168);
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
220ClientSize = new System.Drawing.Size(451, 282);
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
208ClientSize = new System.Drawing.Size(398, 196);
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
213this.ClientSize = new System.Drawing.Size(548, 369);
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
123this.ClientSize = new System.Drawing.Size(419, 218);
MS\Internal\Documents\RMPermissions.Designer.cs (1)
187this.ClientSize = new System.Drawing.Size(196, 155);
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
374this.ClientSize = new System.Drawing.Size(554, 431);
MS\Internal\Documents\SigningDialog.Designer.cs (1)
259ClientSize = new System.Drawing.Size(492, 303);
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
269ClientSize = new(299, 113);
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
253ClientSize = new Size(width, buttonTop + _scaledButtonTopPadding);
System\Windows\Forms\Form.cs (3)
666ClientSize = size; 5158ClientSize = ScaleSize(clientSize, x, y); 6243ClientSize = previousClientSize;
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
77ClientSize = ScaleHelper.ScaleToDpi(new Size(256, 122), ScaleHelper.InitialSystemDpi);
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
970ClientSize = new Size(400, 300);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FormatStringDialog.cs (1)
204ClientSize = new Drawing.Size(396, 295);
System\Windows\Forms\Design\FormDocumentDesigner.cs (1)
131((Form)Component).ClientSize = value;
15 references to ClientSize
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
206LabelInfo.MaximumSize = New Size(ClientSize.Width - BORDER_SIZE, 0)
System.Windows.Forms (11)
System\Windows\Forms\Form.cs (11)
665Size size = ClientSize; 3076Size correctClientSize = ClientSize; 3671Size correct = ComputeWindowSize(ClientSize, (WINDOW_STYLE)maskedStyle, (WINDOW_EX_STYLE)cp.ExStyle); 4443Size size = ClientSize; 5153Size clientSize = ClientSize; 5380if (x != ClientSize.Width || y != ClientSize.Height) 6239Size previousClientSize = ClientSize; 6241if (!ClientSize.Equals(previousClientSize)) 6560_restoredWindowBounds.Size = ClientSize; 7007Size clientSize = ClientSize;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\FormDocumentDesigner.cs (3)
109size = form.ClientSize; 427int clientWidth = form.ClientSize.Width; 428int clientHeight = form.ClientSize.Height;