45 references to TopLeft
System.Web.DataVisualization (13)
Common\Annotation\AnnotationBase.cs (2)
2536
this.AnchorAlignment == ContentAlignment.
TopLeft
||
2597
this.AnchorAlignment == ContentAlignment.
TopLeft
)
Common\Annotation\ArrowAnnotation.cs (1)
121
base.AnchorAlignment = ContentAlignment.
TopLeft
;
Common\Annotation\ImageAnnotation.cs (1)
645
if(alignment == ContentAlignment.
TopLeft
)
Common\Annotation\LineAnnotation.cs (1)
88
this.anchorAlignment = ContentAlignment.
TopLeft
;
Common\General\LegendColumns.cs (6)
2021
this.Alignment == ContentAlignment.
TopLeft
)
2039
this.Alignment == ContentAlignment.
TopLeft
||
2151
this.Alignment == ContentAlignment.
TopLeft
)
2169
this.Alignment == ContentAlignment.
TopLeft
||
2256
this.Alignment == ContentAlignment.
TopLeft
)
2274
this.Alignment == ContentAlignment.
TopLeft
||
Common\General\Title.cs (2)
1586
this.Alignment == ContentAlignment.
TopLeft
||
1594
this.Alignment == ContentAlignment.
TopLeft
)
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (2)
197
this._autoGenerateCheckBox.CheckAlign = ContentAlignment.
TopLeft
;
198
this._autoGenerateCheckBox.TextAlign = ContentAlignment.
TopLeft
;
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
1171
mapping[0] = new ContentAlignment[2] { ContentAlignment.
TopLeft
, ContentAlignment.TopRight };
1223
case ContentAlignment.
TopLeft
:
1523
layout.checkAlign = ContentAlignment.
TopLeft
;
1549
layout.checkAlign = ContentAlignment.
TopLeft
;
winforms\Managed\System\WinForms\Control.cs (2)
12386
case ContentAlignment.
TopLeft
:
12389
return ContentAlignment.
TopLeft
;
winforms\Managed\System\WinForms\DataGridViewUtilities.cs (1)
40
return System.Drawing.ContentAlignment.
TopLeft
;
winforms\Managed\System\WinForms\Label.cs (3)
340
case ContentAlignment.
TopLeft
:
871
DefaultValue(ContentAlignment.
TopLeft
),
882
return ContentAlignment.
TopLeft
;
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (1)
41
internal const ContentAlignment DefaultAlignment = ContentAlignment.
TopLeft
;
winforms\Managed\System\WinForms\Layout\LayoutUtils.cs (3)
28
public const ContentAlignment AnyTop = ContentAlignment.
TopLeft
| ContentAlignment.TopCenter | ContentAlignment.TopRight;
30
public const ContentAlignment AnyLeft = ContentAlignment.
TopLeft
| ContentAlignment.MiddleLeft | ContentAlignment.BottomLeft;
107
Debug.Assert(result != 0x00 || alignment == ContentAlignment.
TopLeft
, "Error detected in ContentAlignmentToIndex.");
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4708
layoutOptions.checkAlign = ContentAlignment.
TopLeft
;
winforms\Managed\System\WinForms\WinFormsUtils.cs (2)
43
public static readonly ContentAlignment AnyLeftAlign = ContentAlignment.
TopLeft
| ContentAlignment.MiddleLeft | ContentAlignment.BottomLeft;
44
public static readonly ContentAlignment AnyTopAlign = ContentAlignment.
TopLeft
| ContentAlignment.TopCenter | ContentAlignment.TopRight;
System.Windows.Forms.DataVisualization (13)
Common\Annotation\AnnotationBase.cs (2)
2536
this.AnchorAlignment == ContentAlignment.
TopLeft
||
2597
this.AnchorAlignment == ContentAlignment.
TopLeft
)
Common\Annotation\ArrowAnnotation.cs (1)
121
base.AnchorAlignment = ContentAlignment.
TopLeft
;
Common\Annotation\ImageAnnotation.cs (1)
645
if(alignment == ContentAlignment.
TopLeft
)
Common\Annotation\LineAnnotation.cs (1)
88
this.anchorAlignment = ContentAlignment.
TopLeft
;
Common\General\LegendColumns.cs (6)
2021
this.Alignment == ContentAlignment.
TopLeft
)
2039
this.Alignment == ContentAlignment.
TopLeft
||
2151
this.Alignment == ContentAlignment.
TopLeft
)
2169
this.Alignment == ContentAlignment.
TopLeft
||
2256
this.Alignment == ContentAlignment.
TopLeft
)
2274
this.Alignment == ContentAlignment.
TopLeft
||
Common\General\Title.cs (2)
1586
this.Alignment == ContentAlignment.
TopLeft
||
1594
this.Alignment == ContentAlignment.
TopLeft
)