3 writes to client
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1510
layout.
client
= LayoutUtils.DeflateRect(clientRectangle, padding);
1536
layout.
client
= LayoutUtils.DeflateRect(Control.ClientRectangle, Control.Padding);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4695
layoutOptions.
client
= bounds;
8 references to client
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (3)
1107
layout.client = this.
client
;
1195
layout.checkBounds = new Rectangle(
client
.X,
client
.Y, checkSizeFull, checkSizeFull);
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (5)
279
options.
client
.Width -= widthOfDropDown;
284
options.
client
.Offset(widthOfDropDown, 0);
289
dropDownArrowRect = new Rectangle(options.
client
.Right,0, dropDownArrowSize.Width, ownerItem.Bounds.Height);
297
options.
client
.Height -= heightOfDropDown;
300
dropDownArrowRect = new Rectangle(0,options.
client
.Bottom + scaledDropDownArrowPadding.Top, ownerItem.Bounds.Width-1, dropDownArrowSize.Height);