3 writes to RightToLeft
System.Windows.Forms.Tests (3)
System\Windows\Forms\HtmlDocumentTests.cs (3)
1141document.RightToLeft = value; 1149document.RightToLeft = value; 1156document.RightToLeft = !value;
6 references to RightToLeft
System.Windows.Forms.Tests (6)
System\Windows\Forms\HtmlDocumentTests.cs (6)
1066Assert.False(document.RightToLeft); 1091Assert.Equal(expected, document.RightToLeft); 1121Assert.Equal(expected, document.RightToLeft); 1142Assert.Equal(value, document.RightToLeft); 1150Assert.Equal(value, document.RightToLeft); 1157Assert.Equal(!value, document.RightToLeft);