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)
7473RightToLeftAutoMirrorImage = value 7478item.RightToLeftAutoMirrorImage = value; 7482item.RightToLeftAutoMirrorImage = !value; 7501item.RightToLeftAutoMirrorImage = value; 7507item.RightToLeftAutoMirrorImage = value; 7513item.RightToLeftAutoMirrorImage = !value; 7553item.RightToLeftAutoMirrorImage = value; 7562item.RightToLeftAutoMirrorImage = value; 7571item.RightToLeftAutoMirrorImage = !value; 7600item.RightToLeftAutoMirrorImage = value; 7606item.RightToLeftAutoMirrorImage = value; 7612item.RightToLeftAutoMirrorImage = !value; 7646item.RightToLeftAutoMirrorImage = value; 7655item.RightToLeftAutoMirrorImage = value; 7664item.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); 7475Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7479Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7483Assert.Equal(!value, item.RightToLeftAutoMirrorImage); 7502Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7508Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7514Assert.Equal(!value, item.RightToLeftAutoMirrorImage); 7554Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7563Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7572Assert.Equal(!value, item.RightToLeftAutoMirrorImage); 7601Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7607Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7613Assert.Equal(!value, item.RightToLeftAutoMirrorImage); 7647Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7656Assert.Equal(value, item.RightToLeftAutoMirrorImage); 7665Assert.Equal(!value, item.RightToLeftAutoMirrorImage);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
86Assert.False(item.RightToLeftAutoMirrorImage);