5 references to TextAboveImage
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
1289
/* BottomLeft = */ TextImageRelation.
TextAboveImage
| TextImageRelation.ImageBeforeText,
1290
/* BottomCenter = */ TextImageRelation.
TextAboveImage
,
1291
/* BottomRight = */ TextImageRelation.
TextAboveImage
| TextImageRelation.TextBeforeImage
1378
if (textImageRelation == TextImageRelation.
TextAboveImage
|| textImageRelation == TextImageRelation.ImageAboveText) {
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
421
return (relation & (TextImageRelation.
TextAboveImage
| TextImageRelation.ImageAboveText)) != 0;