33 writes to RightToLeftAutoMirrorImage
Accessibility_Core_App (6)
DataControls.Designer.cs (6)
115
this.bindingNavigatorAddNewItem.
RightToLeftAutoMirrorImage
= true;
132
this.bindingNavigatorDeleteItem.
RightToLeftAutoMirrorImage
= true;
141
this.bindingNavigatorMoveFirstItem.
RightToLeftAutoMirrorImage
= true;
150
this.bindingNavigatorMovePreviousItem.
RightToLeftAutoMirrorImage
= true;
178
this.bindingNavigatorMoveNextItem.
RightToLeftAutoMirrorImage
= true;
187
this.bindingNavigatorMoveLastItem.
RightToLeftAutoMirrorImage
= true;
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
347
set => base.
RightToLeftAutoMirrorImage
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflowButton.cs (1)
57
set => base.
RightToLeftAutoMirrorImage
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
250
set => base.
RightToLeftAutoMirrorImage
= value;
System\Windows\Forms\DataBinding\BindingNavigator.cs (6)
195
MoveFirstItem.
RightToLeftAutoMirrorImage
= true;
196
MovePreviousItem.
RightToLeftAutoMirrorImage
= true;
197
MoveNextItem.
RightToLeftAutoMirrorImage
= true;
198
MoveLastItem.
RightToLeftAutoMirrorImage
= true;
199
AddNewItem.
RightToLeftAutoMirrorImage
= true;
200
DeleteItem.
RightToLeftAutoMirrorImage
= true;
System.Windows.Forms.Tests (18)
System\Windows\Forms\ToolStripItemImageRenderEventArgsTests.cs (3)
46
RightToLeftAutoMirrorImage
= true,
54
RightToLeftAutoMirrorImage
= true,
78
RightToLeftAutoMirrorImage
= true,
System\Windows\Forms\ToolStripItemTests.cs (15)
7473
RightToLeftAutoMirrorImage
= value
7478
item.
RightToLeftAutoMirrorImage
= value;
7482
item.
RightToLeftAutoMirrorImage
= !value;
7501
item.
RightToLeftAutoMirrorImage
= value;
7507
item.
RightToLeftAutoMirrorImage
= value;
7513
item.
RightToLeftAutoMirrorImage
= !value;
7553
item.
RightToLeftAutoMirrorImage
= value;
7562
item.
RightToLeftAutoMirrorImage
= value;
7571
item.
RightToLeftAutoMirrorImage
= !value;
7600
item.
RightToLeftAutoMirrorImage
= value;
7606
item.
RightToLeftAutoMirrorImage
= value;
7612
item.
RightToLeftAutoMirrorImage
= !value;
7646
item.
RightToLeftAutoMirrorImage
= value;
7655
item.
RightToLeftAutoMirrorImage
= value;
7664
item.
RightToLeftAutoMirrorImage
= !value;
34 references to RightToLeftAutoMirrorImage
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
346
get => base.
RightToLeftAutoMirrorImage
;
System\Windows\Forms\Controls\ToolStrips\ToolStripItemImageRenderEventArgs.cs (1)
14
Image = (item.
RightToLeftAutoMirrorImage
&& item.RightToLeft == RightToLeft.Yes) ? item.MirroredImage : item.Image;
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflowButton.cs (1)
56
get => base.
RightToLeftAutoMirrorImage
;
System\Windows\Forms\Controls\ToolStrips\ToolStripSeparator.cs (1)
249
get => base.
RightToLeftAutoMirrorImage
;
System.Windows.Forms.Tests (30)
BindingNavigatorTests.cs (1)
105
Assert.True(item.
RightToLeftAutoMirrorImage
);
System\Windows\Forms\ToolStripButtonTests.cs (6)
79
Assert.False(item.
RightToLeftAutoMirrorImage
);
160
Assert.False(item.
RightToLeftAutoMirrorImage
);
247
Assert.False(item.
RightToLeftAutoMirrorImage
);
337
Assert.False(item.
RightToLeftAutoMirrorImage
);
425
Assert.False(item.
RightToLeftAutoMirrorImage
);
523
Assert.False(item.
RightToLeftAutoMirrorImage
);
System\Windows\Forms\ToolStripDropDownItemTests.cs (4)
79
Assert.False(item.
RightToLeftAutoMirrorImage
);
168
Assert.False(item.
RightToLeftAutoMirrorImage
);
267
Assert.False(item.
RightToLeftAutoMirrorImage
);
375
Assert.False(item.
RightToLeftAutoMirrorImage
);
System\Windows\Forms\ToolStripItemTests.cs (18)
78
Assert.False(item.
RightToLeftAutoMirrorImage
);
163
Assert.False(item.
RightToLeftAutoMirrorImage
);
258
Assert.False(item.
RightToLeftAutoMirrorImage
);
7475
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7479
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7483
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
7502
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7508
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7514
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
7554
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7563
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7572
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
7601
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7607
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7613
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
7647
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7656
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7665
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
86
Assert.False(item.
RightToLeftAutoMirrorImage
);