9 writes to RightToLeftAutoMirrorImage
System.Windows.Forms (9)
winforms\Managed\System\WinForms\BindingNavigator.cs (6)
213MoveFirstItem.RightToLeftAutoMirrorImage = true; 214MovePreviousItem.RightToLeftAutoMirrorImage = true; 215MoveNextItem.RightToLeftAutoMirrorImage = true; 216MoveLastItem.RightToLeftAutoMirrorImage = true; 217AddNewItem.RightToLeftAutoMirrorImage = true; 218DeleteItem.RightToLeftAutoMirrorImage = true;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
449base.RightToLeftAutoMirrorImage = value;
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
90base.RightToLeftAutoMirrorImage = value;
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
397base.RightToLeftAutoMirrorImage = value;
4 references to RightToLeftAutoMirrorImage
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
446return base.RightToLeftAutoMirrorImage;
winforms\Managed\System\WinForms\ToolStripItemImageRenderEventArgs.cs (1)
22this.image = (item.RightToLeftAutoMirrorImage && (item.RightToLeft == RightToLeft.Yes)) ? item.MirroredImage : item.Image;
winforms\Managed\System\WinForms\ToolStripOverflowButton.cs (1)
87return base.RightToLeftAutoMirrorImage;
winforms\Managed\System\WinForms\ToolStripSeparator.cs (1)
394return base.RightToLeftAutoMirrorImage;