15 references to BottomCenter
System.Windows.Forms (13)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
445case ContentAlignment.BottomCenter:
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (1)
31DataGridViewContentAlignment.BottomCenter => ContentAlignment.BottomCenter,
System\Windows\Forms\Controls\Labels\Label.cs (1)
279case ContentAlignment.BottomCenter:
System\Windows\Forms\Internal\WinFormsUtils.cs (2)
16public const ContentAlignment AnyBottomAlign = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight; 18public const ContentAlignment AnyCenterAlign = ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.BottomCenter;
System\Windows\Forms\Layout\LayoutUtils.cs (4)
19public const ContentAlignment AnyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight; 22public const ContentAlignment AnyCenter = ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.BottomCenter; 109Debug.Assert(result != 0x09 || alignment == ContentAlignment.BottomCenter, "Error detected in ContentAlignmentToIndex."); 479return (align & (ContentAlignment.TopCenter | ContentAlignment.BottomCenter)) != 0;
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (2)
598ContentAlignment.BottomLeft or ContentAlignment.BottomCenter or ContentAlignment.BottomRight 679ContentAlignment.BottomCenter => TextFormatFlags.Bottom | TextFormatFlags.HorizontalCenter,
System\Windows\Forms\Rendering\ControlPaint.cs (2)
60= ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight; 62= ContentAlignment.TopCenter | ContentAlignment.MiddleCenter | ContentAlignment.BottomCenter;
System.Windows.Forms.Design (2)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (2)
64return ContentAlignment.BottomCenter; 96case ContentAlignment.BottomCenter: