36 references to BottomRight
System.Windows.Forms (15)
System\Windows\Forms\Control.cs (2)
10562
return ContentAlignment.
BottomRight
;
10563
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)
192
yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.
BottomRight
, 0x56012900, 0x6000 };
202
yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.
BottomRight
, 0x56012A00, 0 };
212
yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.
BottomRight
, 0x56012A00, 0 };
System\Windows\Forms\ButtonTests.cs (3)
214
yield return new object[] { FlatStyle.System, RightToLeft.Yes, ContentAlignment.
BottomRight
, 0x56012900, 0x6000 };
224
yield return new object[] { FlatStyle.System, RightToLeft.No, ContentAlignment.
BottomRight
, 0x56012A00, 0 };
234
yield return new object[] { FlatStyle.System, RightToLeft.Inherit, ContentAlignment.
BottomRight
, 0x56012A00, 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 (1)
389
[InlineData(ContentAlignment.
BottomRight
)]
System\Windows\Forms\RadioButtonTests.cs (1)
181
ContentAlignment.
BottomRight
,
System\Windows\Forms\ToolStripButtonTests.cs (3)
1255
yield return new object[] { ContentAlignment.
BottomRight
, RightToLeft.Yes, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Right | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix | TextFormatFlags.RightToLeft };
1256
yield return new object[] { ContentAlignment.
BottomRight
, RightToLeft.Inherit, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Right | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix };
1257
yield return new object[] { ContentAlignment.
BottomRight
, RightToLeft.No, ToolStripItemDisplayStyle.Text, 0, 1, TextFormatFlags.Right | TextFormatFlags.Bottom | TextFormatFlags.HidePrefix };
System\Windows\Forms\ToolStripItemTests.cs (4)
4194
[InlineData(ContentAlignment.
BottomRight
, 1)]
4241
[InlineData(ContentAlignment.
BottomRight
, 1)]
8310
[InlineData(ContentAlignment.
BottomRight
, 1)]
8357
[InlineData(ContentAlignment.
BottomRight
, 1)]
System\Windows\Forms\ToolStripItemTextRenderEventArgsTests.cs (1)
39
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)
303
TextAlign = ContentAlignment.
BottomRight
,