3 writes to RightToLeftAutoMirrorImage
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
561RightToLeftAutoMirrorImage = value 566item.RightToLeftAutoMirrorImage = value; 570item.RightToLeftAutoMirrorImage = !value;
4 references to RightToLeftAutoMirrorImage
System.Windows.Forms.Tests (4)
System\Windows\Forms\ToolStripSeparatorTests.cs (4)
78Assert.False(item.RightToLeftAutoMirrorImage); 563Assert.Equal(value, item.RightToLeftAutoMirrorImage); 567Assert.Equal(value, item.RightToLeftAutoMirrorImage); 571Assert.Equal(!value, item.RightToLeftAutoMirrorImage);