8 references to ImageAboveText
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (6)
466
/// For example, <see cref="ContentAlignment.TopLeft"/> maps to <see cref="TextImageRelation.
ImageAboveText
"/>
471
TextImageRelation.
ImageAboveText
| TextImageRelation.ImageBeforeText, // TopLeft
472
TextImageRelation.
ImageAboveText
, // TopCenter
473
TextImageRelation.
ImageAboveText
| TextImageRelation.TextBeforeImage, // TopRight
600
if (textImageRelation is TextImageRelation.TextAboveImage or TextImageRelation.
ImageAboveText
)
619
if (textImageRelation == TextImageRelation.
ImageAboveText
&& layout.ImageBounds.Size.Height != 0)
System\Windows\Forms\Layout\LayoutUtils.cs (1)
485
return (relation & (TextImageRelation.TextAboveImage | TextImageRelation.
ImageAboveText
)) != 0;
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
546
TextImageRelation.
ImageAboveText
=> CreateVerticalLayout(imageFirst: true),