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