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)
597this.Alignment == ContentAlignment.BottomLeft || 655this.Alignment == ContentAlignment.BottomLeft ||
Common\General\LegendColumns.cs (6)
2019if (this.Alignment == ContentAlignment.BottomLeft || 2033this.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 || 1580this.Alignment == ContentAlignment.BottomLeft || 1592if (this.Alignment == ContentAlignment.BottomLeft ||
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1173mapping[2] = new ContentAlignment[2] { ContentAlignment.BottomLeft, ContentAlignment.BottomRight }; 1225case ContentAlignment.BottomLeft:
winforms\Managed\System\WinForms\Control.cs (2)
12403case ContentAlignment.BottomLeft: 12406return ContentAlignment.BottomLeft;
winforms\Managed\System\WinForms\ControlPaint.cs (1)
65private static readonly ContentAlignment anyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight;
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
52return System.Drawing.ContentAlignment.BottomLeft;
winforms\Managed\System\WinForms\Label.cs (1)
342case ContentAlignment.BottomLeft:
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (3)
29public const ContentAlignment AnyBottom = ContentAlignment.BottomLeft | ContentAlignment.BottomCenter | ContentAlignment.BottomRight; 30public const ContentAlignment AnyLeft = ContentAlignment.TopLeft | ContentAlignment.MiddleLeft | ContentAlignment.BottomLeft; 115Debug.Assert(result != 0x08 || alignment == ContentAlignment.BottomLeft, "Error detected in ContentAlignmentToIndex.");
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
43public static readonly ContentAlignment AnyLeftAlign = ContentAlignment.TopLeft | ContentAlignment.MiddleLeft | ContentAlignment.BottomLeft; 45public 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)
597this.Alignment == ContentAlignment.BottomLeft || 655this.Alignment == ContentAlignment.BottomLeft ||
Common\General\LegendColumns.cs (6)
2019if (this.Alignment == ContentAlignment.BottomLeft || 2033this.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 || 1580this.Alignment == ContentAlignment.BottomLeft || 1592if (this.Alignment == ContentAlignment.BottomLeft ||