32 references to BottomLeft
System.Windows.Forms (12)
System\Windows\Forms\Control.cs (2)
10561
case ContentAlignment.
BottomLeft
:
10564
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)
271
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
:
System.Windows.Forms.Tests (18)
System\Windows\Forms\ButtonBaseTests.cs (3)
190
yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.
BottomLeft
, 0x56012A00, 0x6000 };
200
yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.
BottomLeft
, 0x56012900, 0 };
210
yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.
BottomLeft
, 0x56012900, 0 };
System\Windows\Forms\ButtonTests.cs (3)
212
yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.
BottomLeft
, 0x56012A00, 0x6000 };
222
yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.
BottomLeft
, 0x56012900, 0 };
232
yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.
BottomLeft
, 0x56012900, 0 };
System\Windows\Forms\ControlTests.Methods.cs (2)
6914
yield return new object[] { RightToLeft.Yes, ContentAlignment.
BottomLeft
, ContentAlignment.BottomRight };
6915
yield return new object[] { RightToLeft.Yes, ContentAlignment.BottomRight, ContentAlignment.
BottomLeft
};
System\Windows\Forms\LabelTests.cs (2)
387
[InlineData(ContentAlignment.
BottomLeft
)]
842
label.TextAlign = ContentAlignment.
BottomLeft
;
System\Windows\Forms\RadioButtonTests.cs (1)
180
ContentAlignment.
BottomLeft
,
System\Windows\Forms\ToolStripButtonTests.cs (3)
1249
yield return new object[] { ContentAlignment.
BottomLeft
, RightToLeft.Yes, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Left | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix | TextFormatFlags.RightToLeft };
1250
yield return new object[] { ContentAlignment.
BottomLeft
, RightToLeft.Inherit, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Left | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix };
1251
yield return new object[] { ContentAlignment.
BottomLeft
, RightToLeft.No, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Left | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix };
System\Windows\Forms\ToolStripItemTests.cs (4)
4192
[InlineData(ContentAlignment.
BottomLeft
, 1)]
4239
[InlineData(ContentAlignment.
BottomLeft
, 1)]
8308
[InlineData(ContentAlignment.
BottomLeft
, 1)]
8355
[InlineData(ContentAlignment.
BottomLeft
, 1)]