2 references to ClientBounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
1483
arrowRect.Y = LayoutUtils.VAlign(arrowRect.Size, ownerItem.
ClientBounds
, ContentAlignment.MiddleCenter).Y;
1525
imageRect.Y = LayoutUtils.VAlign(imageRect.Size, ownerItem.
ClientBounds
, ContentAlignment.MiddleCenter).Y;