4 writes to Client
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (3)
105
options.
Client
= LayoutUtils.DeflateRect(contentBounds, Control.Padding);
657
Client
= LayoutUtils.DeflateRect(clientRectangle, padding),
684
Client
= LayoutUtils.DeflateRect(Control.ClientRectangle, Control.Padding),
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
101
layoutOptions.
Client
= bounds;
9 references to Client
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (4)
271
Client =
Client
373
layout.CheckBounds = new Rectangle(
Client
.X,
Client
.Y, checkSizeFull, checkSizeFull);
703
{ client = {{
Client
}}
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownButton.ToolStripDropDownButtonInternalLayout.cs (5)
60
options.
Client
.Width -= widthOfDropDown;
65
options.
Client
.Offset(widthOfDropDown, 0);
71
_dropDownArrowRect = new Rectangle(options.
Client
.Right, 0, s_dropDownArrowSize.Width, _ownerItem.Bounds.Height);
79
options.
Client
.Height -= heightOfDropDown;
82
_dropDownArrowRect = new Rectangle(0, options.
Client
.Bottom + _dropDownArrowPadding.Top, _ownerItem.Bounds.Width - 1, s_dropDownArrowSize.Height);