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