14 references to BottomLeft
System.Windows.Forms (12)
System\Windows\Forms\Control.cs (2)
10703
case ContentAlignment.
BottomLeft
:
10706
return ContentAlignment.
BottomLeft
;
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
334
[ContentAlignment.
BottomLeft
, ContentAlignment.BottomRight],
398
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\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
: