19 references to BottomLeft
System.Windows.Forms (17)
System\Windows\Forms\Control.cs (2)
11432case ContentAlignment.BottomLeft: 11435return ContentAlignment.BottomLeft;
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
349[ContentAlignment.BottomLeft, ContentAlignment.BottomRight], 413case ContentAlignment.BottomLeft:
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (1)
30DataGridViewContentAlignment.BottomLeft => ContentAlignment.BottomLeft,
System\Windows\Forms\Controls\Labels\Label.cs (1)
269case ContentAlignment.BottomLeft:
System\Windows\Forms\Internal\WinFormsUtils.cs (2)
14public const ContentAlignment AnyLeftAlign = ContentAlignment.TopLeft | ContentAlignment.MiddleLeft | ContentAlignment.BottomLeft; 16public const ContentAlignment AnyBottomAlign = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight;
System\Windows\Forms\Layout\LayoutUtils.cs (3)
19public const ContentAlignment AnyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight; 20public const ContentAlignment AnyLeft = ContentAlignment.TopLeft | ContentAlignment.MiddleLeft | ContentAlignment.BottomLeft; 108Debug.Assert(result != 0x08 || alignment == ContentAlignment.BottomLeft, "Error detected in ContentAlignmentToIndex.");
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (5)
589ContentAlignment.TopLeft or ContentAlignment.MiddleLeft or ContentAlignment.BottomLeft => container.Left, 598ContentAlignment.BottomLeft or ContentAlignment.BottomCenter or ContentAlignment.BottomRight 678ContentAlignment.BottomLeft => TextFormatFlags.Bottom | TextFormatFlags.Left, 711ContentAlignment.BottomLeft => ContentAlignment.BottomRight, 712ContentAlignment.BottomRight => ContentAlignment.BottomLeft,
System\Windows\Forms\Rendering\ControlPaint.cs (1)
60= ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight;
System.Windows.Forms.Design (2)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (2)
60return ContentAlignment.BottomLeft; 93case ContentAlignment.BottomLeft: