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)
584if (this.Alignment == ContentAlignment.BottomRight || 598this.Alignment == ContentAlignment.BottomRight) 642if (this.Alignment == ContentAlignment.BottomRight || 656this.Alignment == ContentAlignment.BottomRight)
Common\General\LegendColumns.cs (6)
2025else if (this.Alignment == ContentAlignment.BottomRight || 2034this.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 || 1581this.Alignment == ContentAlignment.BottomRight) 1598else if (this.Alignment == ContentAlignment.BottomRight ||
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1173mapping[2] = new ContentAlignment[2] { ContentAlignment.BottomLeft, ContentAlignment.BottomRight }; 1237case ContentAlignment.BottomRight:
winforms\Managed\System\WinForms\CheckBox.cs (1)
48static readonly ContentAlignment anyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight;
winforms\Managed\System\WinForms\Control.cs (2)
12404return ContentAlignment.BottomRight; 12405case ContentAlignment.BottomRight:
winforms\Managed\System\WinForms\ControlPaint.cs (2)
64private static readonly ContentAlignment anyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight; 65private static readonly ContentAlignment anyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight;
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
56return System.Drawing.ContentAlignment.BottomRight;
winforms\Managed\System\WinForms\Label.cs (1)
348case ContentAlignment.BottomRight:
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (3)
29public const ContentAlignment AnyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight; 31public const ContentAlignment AnyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight; 117Debug.Assert(result != 0x0A || alignment == ContentAlignment.BottomRight, "Error detected in ContentAlignmentToIndex.");
winforms\Managed\System\WinForms\RadioButton.cs (1)
49private static readonly ContentAlignment anyRight = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight;
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
42public static readonly ContentAlignment AnyRightAlign = ContentAlignment.TopRight | ContentAlignment.MiddleRight | ContentAlignment.BottomRight; 45public 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)
584if (this.Alignment == ContentAlignment.BottomRight || 598this.Alignment == ContentAlignment.BottomRight) 642if (this.Alignment == ContentAlignment.BottomRight || 656this.Alignment == ContentAlignment.BottomRight)
Common\General\LegendColumns.cs (6)
2025else if (this.Alignment == ContentAlignment.BottomRight || 2034this.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 || 1581this.Alignment == ContentAlignment.BottomRight) 1598else if (this.Alignment == ContentAlignment.BottomRight ||