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