7 writes to LineAlignment
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
635stringFormat.LineAlignment = StringAlignment.Near;
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
80LineAlignment = GdiPlusLineAlignment
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
606LineAlignment = StringAlignment.Center
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2597LineAlignment = (textAlign & AnyBottom) != 0
System.Windows.Forms.Design (3)
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
36LineAlignment = StringAlignment.Center
System\Drawing\Design\FontNameEditor.cs (1)
76LineAlignment = StringAlignment.Far
System\Windows\Forms\Design\ControlDesigner.cs (1)
2247LineAlignment = StringAlignment.Near
1 reference to LineAlignment
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
96GdiPlusLineAlignment = value.LineAlignment;