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