53 references to BottomRight
System.Web.DataVisualization (19)
Common\Annotation\AnnotationBase.cs (2)
2544
this.AnchorAlignment == ContentAlignment.
BottomRight
)
2602
else if(this.AnchorAlignment == ContentAlignment.
BottomRight
||
Common\Annotation\ImageAnnotation.cs (1)
661
else if(alignment == ContentAlignment.
BottomRight
)
Common\Annotation\TextAnnotation.cs (4)
584
if (this.Alignment == ContentAlignment.
BottomRight
||
598
this.Alignment == ContentAlignment.
BottomRight
)
642
if (this.Alignment == ContentAlignment.
BottomRight
||
656
this.Alignment == ContentAlignment.
BottomRight
)
Common\General\LegendColumns.cs (6)
2025
else if (this.Alignment == ContentAlignment.
BottomRight
||
2034
this.Alignment == ContentAlignment.
BottomRight
)
2155
else if(this.Alignment == ContentAlignment.
BottomRight
||
2164
this.Alignment == ContentAlignment.
BottomRight
)
2260
else if(this.Alignment == ContentAlignment.
BottomRight
||
2269
this.Alignment == ContentAlignment.
BottomRight
)
Common\General\Title.cs (6)
1410
if(this.Alignment == ContentAlignment.
BottomRight
||
1426
if(this.Alignment == ContentAlignment.
BottomRight
||
1492
this.Alignment == ContentAlignment.
BottomRight
)
1505
if(this.Alignment == ContentAlignment.
BottomRight
||
1581
this.Alignment == ContentAlignment.
BottomRight
)
1598
else if (this.Alignment == ContentAlignment.
BottomRight
||
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1173
mapping[2] = new ContentAlignment[2] { ContentAlignment.BottomLeft, ContentAlignment.
BottomRight
};
1237
case ContentAlignment.
BottomRight
:
winforms\Managed\System\WinForms\CheckBox.cs (1)
48
static readonly ContentAlignment anyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
winforms\Managed\System\WinForms\Control.cs (2)
12404
return ContentAlignment.
BottomRight
;
12405
case ContentAlignment.
BottomRight
:
winforms\Managed\System\WinForms\ControlPaint.cs (2)
64
private static readonly ContentAlignment anyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
65
private static readonly ContentAlignment anyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.
BottomRight
;
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
56
return System.Drawing.ContentAlignment.
BottomRight
;
winforms\Managed\System\WinForms\Label.cs (1)
348
case ContentAlignment.
BottomRight
:
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (3)
29
public const ContentAlignment AnyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.
BottomRight
;
31
public const ContentAlignment AnyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
117
Debug.Assert(result != 0x0A || alignment == ContentAlignment.
BottomRight
, "Error detected in ContentAlignmentToIndex.");
winforms\Managed\System\WinForms\RadioButton.cs (1)
49
private static readonly ContentAlignment anyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
42
public static readonly ContentAlignment AnyRightAlign = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.
BottomRight
;
45
public static readonly ContentAlignment AnyBottomAlign = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.
BottomRight
;
System.Windows.Forms.DataVisualization (19)
Common\Annotation\AnnotationBase.cs (2)
2544
this.AnchorAlignment == ContentAlignment.
BottomRight
)
2602
else if(this.AnchorAlignment == ContentAlignment.
BottomRight
||
Common\Annotation\ImageAnnotation.cs (1)
661
else if(alignment == ContentAlignment.
BottomRight
)
Common\Annotation\TextAnnotation.cs (4)
584
if (this.Alignment == ContentAlignment.
BottomRight
||
598
this.Alignment == ContentAlignment.
BottomRight
)
642
if (this.Alignment == ContentAlignment.
BottomRight
||
656
this.Alignment == ContentAlignment.
BottomRight
)
Common\General\LegendColumns.cs (6)
2025
else if (this.Alignment == ContentAlignment.
BottomRight
||
2034
this.Alignment == ContentAlignment.
BottomRight
)
2155
else if(this.Alignment == ContentAlignment.
BottomRight
||
2164
this.Alignment == ContentAlignment.
BottomRight
)
2260
else if(this.Alignment == ContentAlignment.
BottomRight
||
2269
this.Alignment == ContentAlignment.
BottomRight
)
Common\General\Title.cs (6)
1410
if(this.Alignment == ContentAlignment.
BottomRight
||
1426
if(this.Alignment == ContentAlignment.
BottomRight
||
1492
this.Alignment == ContentAlignment.
BottomRight
)
1505
if(this.Alignment == ContentAlignment.
BottomRight
||
1581
this.Alignment == ContentAlignment.
BottomRight
)
1598
else if (this.Alignment == ContentAlignment.
BottomRight
||