3 writes to RightToLeftAutoMirrorImage
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripSeparatorTests.cs (3)
559RightToLeftAutoMirrorImage = value 564item.RightToLeftAutoMirrorImage = value; 568item.RightToLeftAutoMirrorImage = !value;
4 references to RightToLeftAutoMirrorImage
System.Windows.Forms.Tests (4)
System\Windows\Forms\ToolStripSeparatorTests.cs (4)
76Assert.False(item.RightToLeftAutoMirrorImage); 561Assert.Equal(value, item.RightToLeftAutoMirrorImage); 565Assert.Equal(value, item.RightToLeftAutoMirrorImage); 569Assert.Equal(!value, item.RightToLeftAutoMirrorImage);