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