3 writes to Client
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (2)
565
Client
= LayoutUtils.DeflateRect(clientRectangle, padding),
592
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)
256
Client =
Client
358
layout.CheckBounds = new Rectangle(
Client
.X,
Client
.Y, checkSizeFull, checkSizeFull);
688
{ 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);