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