17 writes to ClientSize
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
276
this.
ClientSize
= ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
278
ClientSize
= new Size(480, top + 12);
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
137
this.
ClientSize
= new System.Drawing.Size(530, 423);
System.Web.Mobile (5)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
234
this.
ClientSize
= new System.Drawing.Size(285, 373);
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
304
this.
ClientSize
= new System.Drawing.Size(448, 289);
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
181
this.
ClientSize
= new System.Drawing.Size(285, 325);
UI\MobileControls\Design\StylesEditorDialog.cs (1)
322
this.
ClientSize
= new Size(444, 401);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
168
this.
ClientSize
= new Size(285, 139);
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Form.cs (4)
876
ClientSize
= ClientSize;
1711
ClientSize
= ClientSize;
5800
ClientSize
= ScaleSize(clientSize, x, y);
6594
ClientSize
= previousClientSize;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
302
this.
ClientSize
= DpiHelper.LogicalToDeviceUnits(clientSize);
305
this.
ClientSize
= clientSize;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1569
this.
ClientSize
= new Size(400, 300);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
293
this.
ClientSize
= new System.Drawing.Size(299, 113);
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
278
ClientSize
= new Size(width, buttonTop + scaledButtonTopPadding);
15 references to ClientSize
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
120
elementHost.Size = _dialogWindow.
ClientSize
;
System.Web.Mobile (1)
UI\MobileControls\Design\Util\GenericUI.cs (1)
95
header.Width = dialog.
ClientSize
.Width - 10;
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Form.cs (12)
876
ClientSize =
ClientSize
;
1711
ClientSize =
ClientSize
;
3407
Size correctClientSize =
ClientSize
;
3989
Size correct = ComputeWindowSize(
ClientSize
, maskedStyle, cp.ExStyle);
5061
Size sz =
ClientSize
;
5791
Size clientSize =
ClientSize
;
6040
if (x !=
ClientSize
.Width || y !=
ClientSize
.Height) {
6591
Size previousClientSize =
ClientSize
;
6593
if (!
ClientSize
.Equals(previousClientSize)) {
6886
restoredWindowBounds.Size =
ClientSize
;
7365
Size clientSize =
ClientSize
;
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
439
Size topLevelControlSize = (TopLevelControl is Form) ? ((Form)TopLevelControl).
ClientSize
: TopLevelControl.Size;