10 references to ImageBeforeText
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (7)
1158
case TextImageRelation.
ImageBeforeText
:
1161
return TextImageRelation.
ImageBeforeText
;
1281
/* TopLeft = */ TextImageRelation.ImageAboveText | TextImageRelation.
ImageBeforeText
,
1285
/* MiddleLeft = */ TextImageRelation.
ImageBeforeText
,
1289
/* BottomLeft = */ TextImageRelation.TextAboveImage | TextImageRelation.
ImageBeforeText
,
1372
if (textImageRelation == TextImageRelation.TextBeforeImage || textImageRelation == TextImageRelation.
ImageBeforeText
) {
1384
if (textImageRelation == TextImageRelation.
ImageBeforeText
&& layout.imageBounds.Size.Width != 0) {
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
411
return (relation & (TextImageRelation.TextBeforeImage | TextImageRelation.
ImageBeforeText
)) != 0;
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
60
private TextImageRelation textImageRelation = TextImageRelation.
ImageBeforeText
;
2357
[DefaultValue(TextImageRelation.
ImageBeforeText
),