10 references to Bottom
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (4)
99
tff = TextFormatFlags.
Bottom
;
111
tff = TextFormatFlags.
Bottom
| TextFormatFlags.HorizontalCenter;
114
tff = TextFormatFlags.
Bottom
;
447
return (flags & ~(TextFormatFlags.
Bottom
|
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (3)
678
ContentAlignment.BottomLeft => TextFormatFlags.
Bottom
| TextFormatFlags.Left,
679
ContentAlignment.BottomCenter => TextFormatFlags.
Bottom
| TextFormatFlags.HorizontalCenter,
680
ContentAlignment.BottomRight => TextFormatFlags.
Bottom
| TextFormatFlags.Right,
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2564
flags |= TextFormatFlags.
Bottom
;
System\Windows\Forms\Rendering\TextRenderer.cs (2)
515
TextFormatFlags flags = TextFormatFlags.
Bottom
)
531
TextFormatFlags flags = TextFormatFlags.
Bottom
)