33 writes to RightToLeftAutoMirrorImage
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)
48
RightToLeftAutoMirrorImage
= true,
56
RightToLeftAutoMirrorImage
= true,
80
RightToLeftAutoMirrorImage
= true,
System\Windows\Forms\ToolStripItemTests.cs (15)
7475
RightToLeftAutoMirrorImage
= value
7480
item.
RightToLeftAutoMirrorImage
= value;
7484
item.
RightToLeftAutoMirrorImage
= !value;
7503
item.
RightToLeftAutoMirrorImage
= value;
7509
item.
RightToLeftAutoMirrorImage
= value;
7515
item.
RightToLeftAutoMirrorImage
= !value;
7555
item.
RightToLeftAutoMirrorImage
= value;
7564
item.
RightToLeftAutoMirrorImage
= value;
7573
item.
RightToLeftAutoMirrorImage
= !value;
7602
item.
RightToLeftAutoMirrorImage
= value;
7608
item.
RightToLeftAutoMirrorImage
= value;
7614
item.
RightToLeftAutoMirrorImage
= !value;
7648
item.
RightToLeftAutoMirrorImage
= value;
7657
item.
RightToLeftAutoMirrorImage
= value;
7666
item.
RightToLeftAutoMirrorImage
= !value;
TestPassApp (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;
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)
107
Assert.True(item.
RightToLeftAutoMirrorImage
);
System\Windows\Forms\ToolStripButtonTests.cs (6)
81
Assert.False(item.
RightToLeftAutoMirrorImage
);
162
Assert.False(item.
RightToLeftAutoMirrorImage
);
249
Assert.False(item.
RightToLeftAutoMirrorImage
);
339
Assert.False(item.
RightToLeftAutoMirrorImage
);
427
Assert.False(item.
RightToLeftAutoMirrorImage
);
525
Assert.False(item.
RightToLeftAutoMirrorImage
);
System\Windows\Forms\ToolStripDropDownItemTests.cs (4)
81
Assert.False(item.
RightToLeftAutoMirrorImage
);
170
Assert.False(item.
RightToLeftAutoMirrorImage
);
269
Assert.False(item.
RightToLeftAutoMirrorImage
);
377
Assert.False(item.
RightToLeftAutoMirrorImage
);
System\Windows\Forms\ToolStripItemTests.cs (18)
80
Assert.False(item.
RightToLeftAutoMirrorImage
);
165
Assert.False(item.
RightToLeftAutoMirrorImage
);
260
Assert.False(item.
RightToLeftAutoMirrorImage
);
7477
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7481
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7485
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
7504
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7510
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7516
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
7556
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7565
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7574
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
7603
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7609
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7615
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
7649
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7658
Assert.Equal(value, item.
RightToLeftAutoMirrorImage
);
7667
Assert.Equal(!value, item.
RightToLeftAutoMirrorImage
);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
84
Assert.False(item.
RightToLeftAutoMirrorImage
);