17 references to BottomRight
System.Windows.Forms (15)
System\Windows\Forms\Control.cs (2)
10704
return ContentAlignment.
BottomRight
;
10705
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)
274
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
: