4 references to VAlign
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
256
return
VAlign
(alignThis, HAlign(alignThis, withinThis, align), align);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
510
textRectangle.Y = LayoutUtils.
VAlign
(textRectangle.Size, new Rectangle(Point.Empty, maxItemSize), ContentAlignment.MiddleCenter).Y;
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;