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