3 references to RIGHT
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
685case PFA.RIGHT: 716pf.wAlignment = PFA.RIGHT;
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
3679yield return new object[] { PFM.ALIGNMENT, PFA.RIGHT, HorizontalAlignment.Right };