2 references to JUSTIFY
System.Windows.Forms.Interop.Tests (1)
RichTextBoxTests.cs (1)
121
Assert.Equal(PFA.
JUSTIFY
, value.wAlignment);
System.Windows.Forms.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
3680
yield return new object[] { PFM.ALIGNMENT, PFA.
JUSTIFY
, HorizontalAlignment.Left };