4 references to VAlign
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
256return VAlign(alignThis, HAlign(alignThis, withinThis, align), align);
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
510textRectangle.Y = LayoutUtils.VAlign(textRectangle.Size, new Rectangle(Point.Empty, maxItemSize), ContentAlignment.MiddleCenter).Y;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
1483arrowRect.Y = LayoutUtils.VAlign(arrowRect.Size, ownerItem.ClientBounds, ContentAlignment.MiddleCenter).Y; 1525imageRect.Y = LayoutUtils.VAlign(imageRect.Size, ownerItem.ClientBounds, ContentAlignment.MiddleCenter).Y;