3 writes to RightToLeft
System.Windows.Forms.Tests (3)
System\Windows\Forms\HtmlDocumentTests.cs (3)
1139document.RightToLeft = value; 1147document.RightToLeft = value; 1154document.RightToLeft = !value;
6 references to RightToLeft
System.Windows.Forms.Tests (6)
System\Windows\Forms\HtmlDocumentTests.cs (6)
1064Assert.False(document.RightToLeft); 1089Assert.Equal(expected, document.RightToLeft); 1119Assert.Equal(expected, document.RightToLeft); 1140Assert.Equal(value, document.RightToLeft); 1148Assert.Equal(value, document.RightToLeft); 1155Assert.Equal(!value, document.RightToLeft);