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