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