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