3 references to xContentAlignmentToIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (3)
92
int topBits =
xContentAlignmentToIndex
(((int)alignment) & 0x0F);
93
int middleBits =
xContentAlignmentToIndex
(((int)alignment >> 4) & 0x0F);
94
int bottomBits =
xContentAlignmentToIndex
(((int)alignment >> 8) & 0x0F);