36 references to BottomRight
System.Windows.Forms (15)
System\Windows\Forms\Control.cs (2)
10594
return ContentAlignment.
BottomRight
;
10595
case ContentAlignment.
BottomRight
:
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
334
[ContentAlignment.BottomLeft, ContentAlignment.
BottomRight
],
410
case ContentAlignment.
BottomRight
:
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
26
private const ContentAlignment AnyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
27
private const ContentAlignment AnyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (1)
32
DataGridViewContentAlignment.BottomRight => ContentAlignment.
BottomRight
,
System\Windows\Forms\Controls\Labels\Label.cs (1)
276
case ContentAlignment.
BottomRight
:
System\Windows\Forms\Internal\WinFormsUtils.cs (2)
13
public const ContentAlignment AnyRightAlign = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
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
;
21
public const ContentAlignment AnyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
110
Debug.Assert(result != 0x0A || alignment == ContentAlignment.
BottomRight
, "Error detected in ContentAlignmentToIndex.");
System\Windows\Forms\Rendering\ControlPaint.cs (2)
58
= ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
60
= ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.
BottomRight
;
System.Windows.Forms.Design (2)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (2)
68
return ContentAlignment.
BottomRight
;
99
case ContentAlignment.
BottomRight
:
System.Windows.Forms.Tests (19)
System\Windows\Forms\ButtonBaseTests.cs (3)
194
yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.
BottomRight
, 0x56012900, 0x6000 };
204
yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.
BottomRight
, 0x56012A00, 0 };
214
yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.
BottomRight
, 0x56012A00, 0 };
System\Windows\Forms\ButtonTests.cs (3)
216
yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.
BottomRight
, 0x56012900, 0x6000 };
226
yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.
BottomRight
, 0x56012A00, 0 };
236
yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.
BottomRight
, 0x56012A00, 0 };
System\Windows\Forms\ControlTests.Methods.cs (2)
6883
yield return new object[] { RightToLeft.Yes, ContentAlignment.BottomLeft, ContentAlignment.
BottomRight
};
6884
yield return new object[] { RightToLeft.Yes, ContentAlignment.
BottomRight
, ContentAlignment.BottomLeft };
System\Windows\Forms\LabelTests.cs (1)
391
[InlineData(ContentAlignment.
BottomRight
)]
System\Windows\Forms\RadioButtonTests.cs (1)
183
ContentAlignment.
BottomRight
,
System\Windows\Forms\ToolStripButtonTests.cs (3)
1257
yield return new object[] { ContentAlignment.
BottomRight
, RightToLeft.Yes, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Right | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix | TextFormatFlags.RightToLeft };
1258
yield return new object[] { ContentAlignment.
BottomRight
, RightToLeft.Inherit, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Right | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix };
1259
yield return new object[] { ContentAlignment.
BottomRight
, RightToLeft.No, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Right | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix };
System\Windows\Forms\ToolStripItemTests.cs (4)
4196
[InlineData(ContentAlignment.
BottomRight
, 1)]
4243
[InlineData(ContentAlignment.
BottomRight
, 1)]
8312
[InlineData(ContentAlignment.
BottomRight
, 1)]
8359
[InlineData(ContentAlignment.
BottomRight
, 1)]
System\Windows\Forms\ToolStripItemTextRenderEventArgsTests.cs (1)
41
yield return new object[] { new ToolStripButton(), "", new Rectangle(1, 2, 3, 4), Color.Red, SystemFonts.DefaultFont, ContentAlignment.
BottomRight
, TextFormatFlags.Default | TextFormatFlags.Bottom | TextFormatFlags.Right | TextFormatFlags.HidePrefix };
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
302
TextAlign = ContentAlignment.
BottomRight
,