52 references to MiddleLeft
System.Web.DataVisualization (14)
Common\Annotation\AnnotationBase.cs (1)
2596
this.AnchorAlignment == ContentAlignment.
MiddleLeft
||
Common\Annotation\ImageAnnotation.cs (1)
673
else if(alignment == ContentAlignment.
MiddleLeft
)
Common\Annotation\TextAnnotation.cs (3)
555
this.Alignment == ContentAlignment.
MiddleLeft
||
603
this.Alignment == ContentAlignment.
MiddleLeft
||
661
this.Alignment == ContentAlignment.
MiddleLeft
||
Common\General\Legend.cs (3)
6135
this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.
MiddleLeft
);
6141
this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.
MiddleLeft
);
6158
this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.
MiddleLeft
);
Common\General\LegendColumns.cs (3)
2020
this.Alignment == ContentAlignment.
MiddleLeft
||
2150
this.Alignment == ContentAlignment.
MiddleLeft
||
2255
this.Alignment == ContentAlignment.
MiddleLeft
||
Common\General\Title.cs (3)
1433
this.Alignment == ContentAlignment.
MiddleLeft
||
1497
this.Alignment == ContentAlignment.
MiddleLeft
||
1593
this.Alignment == ContentAlignment.
MiddleLeft
||
System.Windows.Forms (24)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1172
mapping[1] = new ContentAlignment[2] { ContentAlignment.
MiddleLeft
, ContentAlignment.MiddleRight };
1224
case ContentAlignment.
MiddleLeft
:
winforms\Managed\System\WinForms\CheckBox.cs (4)
54
private ContentAlignment checkAlign = ContentAlignment.
MiddleLeft
;
85
TextAlign = ContentAlignment.
MiddleLeft
;
184
DefaultValue(ContentAlignment.
MiddleLeft
),
435
DefaultValue(ContentAlignment.
MiddleLeft
)
winforms\Managed\System\WinForms\Control.cs (2)
12394
case ContentAlignment.
MiddleLeft
:
12397
return ContentAlignment.
MiddleLeft
;
winforms\Managed\System\WinForms\ControlPaint.cs (1)
67
private static readonly ContentAlignment anyMiddle = ContentAlignment.
MiddleLeft
| ContentAlignment.MiddleCenter | ContentAlignment.MiddleRight;
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
46
return System.Drawing.ContentAlignment.
MiddleLeft
;
winforms\Managed\System\WinForms\Label.cs (1)
341
case ContentAlignment.
MiddleLeft
:
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (3)
30
public const ContentAlignment AnyLeft = ContentAlignment.TopLeft | ContentAlignment.
MiddleLeft
| ContentAlignment.BottomLeft;
33
public const ContentAlignment AnyMiddle = ContentAlignment.
MiddleLeft
| ContentAlignment.MiddleCenter | ContentAlignment.MiddleRight;
111
Debug.Assert(result != 0x04 || alignment == ContentAlignment.
MiddleLeft
, "Error detected in ContentAlignmentToIndex.");
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
190
this.detailsBtn.ImageAlign = System.Drawing.ContentAlignment.
MiddleLeft
;
winforms\Managed\System\WinForms\RadioButton.cs (4)
55
private ContentAlignment checkAlign = ContentAlignment.
MiddleLeft
;
80
TextAlign = ContentAlignment.
MiddleLeft
;
179
DefaultValue(ContentAlignment.
MiddleLeft
),
379
DefaultValue(ContentAlignment.
MiddleLeft
)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
331
b.ImageAlign = ContentAlignment.
MiddleLeft
;
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
1100
renderer.DrawItemText(new ToolStripItemTextRenderEventArgs(g, this, this.Text, InternalLayout.TextRectangle, textColor, this.Font, (rightToLeft) ? ContentAlignment.MiddleRight : ContentAlignment.
MiddleLeft
));
1107
renderer.DrawItemText(new ToolStripItemTextRenderEventArgs(g, this, GetShortcutText(), InternalLayout.TextRectangle, textColor, this.Font, (rightToLeft) ? ContentAlignment.
MiddleLeft
: ContentAlignment.MiddleRight));
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
43
public static readonly ContentAlignment AnyLeftAlign = ContentAlignment.TopLeft | ContentAlignment.
MiddleLeft
| ContentAlignment.BottomLeft;
46
public static readonly ContentAlignment AnyMiddleAlign = ContentAlignment.
MiddleLeft
| ContentAlignment.MiddleCenter | ContentAlignment.MiddleRight;
System.Windows.Forms.DataVisualization (14)
Common\Annotation\AnnotationBase.cs (1)
2596
this.AnchorAlignment == ContentAlignment.
MiddleLeft
||
Common\Annotation\ImageAnnotation.cs (1)
673
else if(alignment == ContentAlignment.
MiddleLeft
)
Common\Annotation\TextAnnotation.cs (3)
555
this.Alignment == ContentAlignment.
MiddleLeft
||
603
this.Alignment == ContentAlignment.
MiddleLeft
||
661
this.Alignment == ContentAlignment.
MiddleLeft
||
Common\General\Legend.cs (3)
6135
this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.
MiddleLeft
);
6141
this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.
MiddleLeft
);
6158
this.Cells.Add(LegendCellType.Text, KeywordName.LegendText, ContentAlignment.
MiddleLeft
);
Common\General\LegendColumns.cs (3)
2020
this.Alignment == ContentAlignment.
MiddleLeft
||
2150
this.Alignment == ContentAlignment.
MiddleLeft
||
2255
this.Alignment == ContentAlignment.
MiddleLeft
||
Common\General\Title.cs (3)
1433
this.Alignment == ContentAlignment.
MiddleLeft
||
1497
this.Alignment == ContentAlignment.
MiddleLeft
||
1593
this.Alignment == ContentAlignment.
MiddleLeft
||