2 references to IsVerticalAlignment
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
243
action[s_combineCheck] = CheckAlign == ContentAlignment.MiddleCenter || !LayoutUtils.
IsVerticalAlignment
(CheckAlign);
System\Windows\Forms\Layout\LayoutUtils.cs (1)
467
return !
IsVerticalAlignment
(align);