7 writes to Alignment
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
79Alignment = GdiPlusAlignment,
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
605Alignment = StringAlignment.Center,
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2594Alignment = (textAlign & AnyRight) != 0
System.Windows.Forms.Design (4)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
621format.Alignment = StringAlignment.Center;
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
35Alignment = StringAlignment.Center,
System\Windows\Forms\Design\ComponentTray.cs (1)
2265format.Alignment = StringAlignment.Center;
System\Windows\Forms\Design\ControlDesigner.cs (1)
2246Alignment = StringAlignment.Near,
1 reference to Alignment
System.Windows.Forms (1)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (1)
95GdiPlusAlignment = value.Alignment;