17 references to BottomRight
System.Windows.Forms (15)
System\Windows\Forms\Control.cs (2)
10704return ContentAlignment.BottomRight; 10705case ContentAlignment.BottomRight:
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
334[ContentAlignment.BottomLeft, ContentAlignment.BottomRight], 410case ContentAlignment.BottomRight:
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
26private const ContentAlignment AnyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight;
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
27private const ContentAlignment AnyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight;
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (1)
32DataGridViewContentAlignment.BottomRight => ContentAlignment.BottomRight,
System\Windows\Forms\Controls\Labels\Label.cs (1)
274case ContentAlignment.BottomRight:
System\Windows\Forms\Internal\WinFormsUtils.cs (2)
13public const ContentAlignment AnyRightAlign = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight; 16public const ContentAlignment AnyBottomAlign = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight;
System\Windows\Forms\Layout\LayoutUtils.cs (3)
19public const ContentAlignment AnyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight; 21public const ContentAlignment AnyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight; 110Debug.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)
68return ContentAlignment.BottomRight; 99case ContentAlignment.BottomRight: