33 writes to RightToLeftAutoMirrorImage
Accessibility_Core_App (6)
DataControls.Designer.cs (6)
115this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; 132this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true; 141this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true; 150this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true; 178this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true; 187this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
347set => base.RightToLeftAutoMirrorImage = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflowButton.cs (1)
57set => base.RightToLeftAutoMirrorImage = value;
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
250set => base.RightToLeftAutoMirrorImage = value;
System\Windows\Forms\DataBinding\BindingNavigator.cs (6)
195MoveFirstItem.RightToLeftAutoMirrorImage = true; 196MovePreviousItem.RightToLeftAutoMirrorImage = true; 197MoveNextItem.RightToLeftAutoMirrorImage = true; 198MoveLastItem.RightToLeftAutoMirrorImage = true; 199AddNewItem.RightToLeftAutoMirrorImage = true; 200DeleteItem.RightToLeftAutoMirrorImage = true;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ToolStripItemImageRenderEventArgsTests.cs (3)
46RightToLeftAutoMirrorImage = true, 54RightToLeftAutoMirrorImage = true, 78RightToLeftAutoMirrorImage = true,
System\Windows\Forms\ToolStripItemTests.cs (15)
7474RightToLeftAutoMirrorImage = value 7479item.RightToLeftAutoMirrorImage = value; 7483item.RightToLeftAutoMirrorImage = !value; 7502item.RightToLeftAutoMirrorImage = value; 7508item.RightToLeftAutoMirrorImage = value; 7514item.RightToLeftAutoMirrorImage = !value; 7554item.RightToLeftAutoMirrorImage = value; 7563item.RightToLeftAutoMirrorImage = value; 7572item.RightToLeftAutoMirrorImage = !value; 7601item.RightToLeftAutoMirrorImage = value; 7607item.RightToLeftAutoMirrorImage = value; 7613item.RightToLeftAutoMirrorImage = !value; 7647item.RightToLeftAutoMirrorImage = value; 7656item.RightToLeftAutoMirrorImage = value; 7665item.RightToLeftAutoMirrorImage = !value;
34 references to RightToLeftAutoMirrorImage
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
346get => base.RightToLeftAutoMirrorImage;
System\Windows\Forms\Controls\ToolStrips\ToolStripItemImageRenderEventArgs.cs (1)
14Image = (item.RightToLeftAutoMirrorImage && item.RightToLeft == RightToLeft.Yes) ? item.MirroredImage : item.Image;
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflowButton.cs (1)
56get => base.RightToLeftAutoMirrorImage;
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
249get => base.RightToLeftAutoMirrorImage;
System.Windows.Forms.Tests (30)
BindingNavigatorTests.cs (1)
105Assert.True(item.RightToLeftAutoMirrorImage);
System\Windows\Forms\ToolStripButtonTests.cs (6)
79Assert.False(item.RightToLeftAutoMirrorImage); 160Assert.False(item.RightToLeftAutoMirrorImage); 247Assert.False(item.RightToLeftAutoMirrorImage); 337Assert.False(item.RightToLeftAutoMirrorImage); 425Assert.False(item.RightToLeftAutoMirrorImage); 523Assert.False(item.RightToLeftAutoMirrorImage);
System\Windows\Forms\ToolStripDropDownItemTests.cs (4)
79Assert.False(item.RightToLeftAutoMirrorImage); 168Assert.False(item.RightToLeftAutoMirrorImage); 267Assert.False(item.RightToLeftAutoMirrorImage); 375Assert.False(item.RightToLeftAutoMirrorImage);
System\Windows\Forms\ToolStripItemTests.cs (18)
78Assert.False(item.RightToLeftAutoMirrorImage); 163Assert.False(item.RightToLeftAutoMirrorImage); 258Assert.False(item.RightToLeftAutoMirrorImage); 7476Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7480Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7484Assert.Equal(!value, item.RightToLeftAutoMirrorImage); 7503Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7509Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7515Assert.Equal(!value, item.RightToLeftAutoMirrorImage); 7555Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7564Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7573Assert.Equal(!value, item.RightToLeftAutoMirrorImage); 7602Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7608Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7614Assert.Equal(!value, item.RightToLeftAutoMirrorImage); 7648Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7657Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7666Assert.Equal(!value, item.RightToLeftAutoMirrorImage);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
86Assert.False(item.RightToLeftAutoMirrorImage);