3 writes to RightToLeftAutoMirrorImage
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripControlHostTests.cs (3)
1730RightToLeftAutoMirrorImage = value 1736item.RightToLeftAutoMirrorImage = value; 1741item.RightToLeftAutoMirrorImage = !value;
4 references to RightToLeftAutoMirrorImage
System.Windows.Forms.Tests (4)
System\Windows\Forms\ToolStripControlHostTests.cs (4)
110Assert.False(item.RightToLeftAutoMirrorImage); 1732Assert.Equal(value, item.RightToLeftAutoMirrorImage); 1737Assert.Equal(value, item.RightToLeftAutoMirrorImage); 1742Assert.Equal(!value, item.RightToLeftAutoMirrorImage);