7 references to Bottom
System.Windows.Forms (7)
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\ControlPaint.cs (1)
2564
flags |= TextFormatFlags.
Bottom
;
System\Windows\Forms\Rendering\TextRenderer.cs (2)
515
TextFormatFlags flags = TextFormatFlags.
Bottom
)
531
TextFormatFlags flags = TextFormatFlags.
Bottom
)