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 1378if (textImageRelation == TextImageRelation.TextAboveImage || textImageRelation == TextImageRelation.ImageAboveText) {
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (1)
421return (relation & (TextImageRelation.TextAboveImage | TextImageRelation.ImageAboveText)) != 0;