7 references to ClientBounds
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.cs (2)
26
var bounds =
ClientBounds
;
45
Rectangle bounds =
ClientBounds
;
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
464
Rectangle bounds = item.
ClientBounds
;
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.ToolStripMenuItemInternalLayout.cs (2)
74
arrowRect.Y = LayoutUtils.VAlign(arrowRect.Size, _ownerItem.
ClientBounds
, ContentAlignment.MiddleCenter).Y;
130
imageRect.Y = LayoutUtils.VAlign(imageRect.Size, _ownerItem.
ClientBounds
, ContentAlignment.MiddleCenter).Y;
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (2)
584
var clientBounds = item.
ClientBounds
;
661
var bounds = item.
ClientBounds
;