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