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