44 references to BottomLeft
System.Web.DataVisualization (16)
Common\Annotation\AnnotationBase.cs (2)
2543
this.AnchorAlignment == ContentAlignment.
BottomLeft
||
2595
if(this.AnchorAlignment == ContentAlignment.
BottomLeft
||
Common\Annotation\CalloutAnnotation.cs (1)
154
this.anchorAlignment = ContentAlignment.
BottomLeft
;
Common\Annotation\ImageAnnotation.cs (1)
669
else if(alignment == ContentAlignment.
BottomLeft
)
Common\Annotation\TextAnnotation.cs (2)
597
this.Alignment == ContentAlignment.
BottomLeft
||
655
this.Alignment == ContentAlignment.
BottomLeft
||
Common\General\LegendColumns.cs (6)
2019
if (this.Alignment == ContentAlignment.
BottomLeft
||
2033
this.Alignment == ContentAlignment.
BottomLeft
||
2149
if(this.Alignment == ContentAlignment.
BottomLeft
||
2163
this.Alignment == ContentAlignment.
BottomLeft
||
2254
if(this.Alignment == ContentAlignment.
BottomLeft
||
2268
this.Alignment == ContentAlignment.
BottomLeft
||
Common\General\Title.cs (4)
1428
this.Alignment == ContentAlignment.
BottomLeft
)
1491
this.Alignment == ContentAlignment.
BottomLeft
||
1580
this.Alignment == ContentAlignment.
BottomLeft
||
1592
if (this.Alignment == ContentAlignment.
BottomLeft
||
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1173
mapping[2] = new ContentAlignment[2] { ContentAlignment.
BottomLeft
, ContentAlignment.BottomRight };
1225
case ContentAlignment.
BottomLeft
:
winforms\Managed\System\WinForms\Control.cs (2)
12403
case ContentAlignment.
BottomLeft
:
12406
return ContentAlignment.
BottomLeft
;
winforms\Managed\System\WinForms\ControlPaint.cs (1)
65
private static readonly ContentAlignment anyBottom = ContentAlignment.
BottomLeft
| ContentAlignment.BottomCenter | ContentAlignment.BottomRight;
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
52
return System.Drawing.ContentAlignment.
BottomLeft
;
winforms\Managed\System\WinForms\Label.cs (1)
342
case ContentAlignment.
BottomLeft
:
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (3)
29
public const ContentAlignment AnyBottom = ContentAlignment.
BottomLeft
| ContentAlignment.BottomCenter | ContentAlignment.BottomRight;
30
public const ContentAlignment AnyLeft = ContentAlignment.TopLeft | ContentAlignment.MiddleLeft | ContentAlignment.
BottomLeft
;
115
Debug.Assert(result != 0x08 || alignment == ContentAlignment.
BottomLeft
, "Error detected in ContentAlignmentToIndex.");
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
43
public static readonly ContentAlignment AnyLeftAlign = ContentAlignment.TopLeft | ContentAlignment.MiddleLeft | ContentAlignment.
BottomLeft
;
45
public static readonly ContentAlignment AnyBottomAlign = ContentAlignment.
BottomLeft
| ContentAlignment.BottomCenter | ContentAlignment.BottomRight;
System.Windows.Forms.DataVisualization (16)
Common\Annotation\AnnotationBase.cs (2)
2543
this.AnchorAlignment == ContentAlignment.
BottomLeft
||
2595
if(this.AnchorAlignment == ContentAlignment.
BottomLeft
||
Common\Annotation\CalloutAnnotation.cs (1)
154
this.anchorAlignment = ContentAlignment.
BottomLeft
;
Common\Annotation\ImageAnnotation.cs (1)
669
else if(alignment == ContentAlignment.
BottomLeft
)
Common\Annotation\TextAnnotation.cs (2)
597
this.Alignment == ContentAlignment.
BottomLeft
||
655
this.Alignment == ContentAlignment.
BottomLeft
||
Common\General\LegendColumns.cs (6)
2019
if (this.Alignment == ContentAlignment.
BottomLeft
||
2033
this.Alignment == ContentAlignment.
BottomLeft
||
2149
if(this.Alignment == ContentAlignment.
BottomLeft
||
2163
this.Alignment == ContentAlignment.
BottomLeft
||
2254
if(this.Alignment == ContentAlignment.
BottomLeft
||
2268
this.Alignment == ContentAlignment.
BottomLeft
||
Common\General\Title.cs (4)
1428
this.Alignment == ContentAlignment.
BottomLeft
)
1491
this.Alignment == ContentAlignment.
BottomLeft
||
1580
this.Alignment == ContentAlignment.
BottomLeft
||
1592
if (this.Alignment == ContentAlignment.
BottomLeft
||