2 references to IsVerticalAlignment
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1085action[combineCheck] = checkAlign == ContentAlignment.MiddleCenter || !LayoutUtils.IsVerticalAlignment(checkAlign);
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
406return !IsVerticalAlignment(align);