3 writes to RightToLeftAutoMirrorImage
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripControlHostTests.cs (3)
1728RightToLeftAutoMirrorImage = value 1734item.RightToLeftAutoMirrorImage = value; 1739item.RightToLeftAutoMirrorImage = !value;
4 references to RightToLeftAutoMirrorImage
System.Windows.Forms.Tests (4)
System\Windows\Forms\ToolStripControlHostTests.cs (4)
108Assert.False(item.RightToLeftAutoMirrorImage); 1730Assert.Equal(value, item.RightToLeftAutoMirrorImage); 1735Assert.Equal(value, item.RightToLeftAutoMirrorImage); 1740Assert.Equal(!value, item.RightToLeftAutoMirrorImage);