12 references to ImageBeforeText
System.Windows.Forms (12)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (8)
331
case TextImageRelation.
ImageBeforeText
:
334
return TextImageRelation.
ImageBeforeText
;
467
/// and <see cref="TextImageRelation.
ImageBeforeText
"/>.
471
TextImageRelation.ImageAboveText | TextImageRelation.
ImageBeforeText
, // TopLeft
475
TextImageRelation.
ImageBeforeText
, // MiddleLeft
479
TextImageRelation.TextAboveImage | TextImageRelation.
ImageBeforeText
, // BottomLeft
590
if (textImageRelation is TextImageRelation.TextBeforeImage or TextImageRelation.
ImageBeforeText
)
610
if (textImageRelation == TextImageRelation.
ImageBeforeText
&& layout.ImageBounds.Size.Width != 0)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
38
private TextImageRelation _textImageRelation = TextImageRelation.
ImageBeforeText
;
1934
[DefaultValue(TextImageRelation.
ImageBeforeText
)]
System\Windows\Forms\Layout\LayoutUtils.cs (1)
473
return (relation & (TextImageRelation.TextBeforeImage | TextImageRelation.
ImageBeforeText
)) != 0;
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
544
TextImageRelation.
ImageBeforeText
=> CreateHorizontalLayout(imageFirst: true),