3 writes to ClientSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (1)
950base.ClientSize = value;
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
421ClientSize = Size;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1701ClientSize = ScaleSize(clientSize, dx, dy);
25 references to ClientSize
System.Windows.Forms (22)
winforms\Managed\System\WinForms\Control.cs (1)
10383Rectangle clientBounds = new Rectangle(clientOffset, ClientSize);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
19354new Size(-step, ClientSize.Height))); 19364Invalidate(new Rectangle(new Point(ClientSize.Width - (pt.X - rect.Right) - step, ColumnHeadersHeight), 19365new Size(step, ClientSize.Height))); 19372new Size(-step, ClientSize.Width))); 19379new Size(ClientSize.Width, ClientSize.Height - (pt.Y - rect.Bottom) - step)));
winforms\Managed\System\WinForms\Form.cs (1)
947return base.ClientSize;
winforms\Managed\System\WinForms\GroupBox.cs (1)
202Size size = ClientSize;
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
140Size size = ClientSize;
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
67Size sz = ClientSize;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
2115Size size = ClientSize;
winforms\Managed\System\WinForms\Splitter.cs (1)
747Size clientSize = parent.ClientSize;
winforms\Managed\System\WinForms\StatusStrip.cs (2)
378noMansLand.X += ClientSize.Width + 1; 379noMansLand.Y += ClientSize.Height + 1;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1698Size clientSize = ClientSize;
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (2)
231noMansLand.X += toolStrip.ClientSize.Width + 1; 232noMansLand.Y += toolStrip.ClientSize.Height + 1;
winforms\Managed\System\WinForms\TreeNode.cs (1)
639Size size = tv.ClientSize;
winforms\Managed\System\WinForms\UpDownBase.cs (3)
1093Rectangle clientArea = new Rectangle(Point.Empty, ClientSize); 1692int half_height = ClientSize.Height / 2; 1732if (half_height != (ClientSize.Height + 1) / 2) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
545e.Graphics.DrawRectangle(SystemPens.ControlDark, 0, 0, this.themePanel.ClientSize.Width - 1, this.themePanel.ClientSize.Height - 2);
AuthoringOM\Design\WorkflowView.cs (1)
445Size viewPortSize = ClientSize;