100 references to IsMirrored
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (4)
7275
&& !
IsMirrored
7352
if (this is not ScrollableControl && !
IsMirrored
)
8047
bool formRTL = ((this is Form || this is MdiClient) &&
IsMirrored
);
12693
TopLevelControlInternal is { } topLevelControl && topLevelControl.RightToLeft == RightToLeft.Yes && !
IsMirrored
;
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (1)
336
if ((Index != 0) && (ListView.RightToLeft == RightToLeft.Yes) && !ListView.
IsMirrored
)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1827
position.Offset(control.
IsMirrored
? Width : -Width, 0);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
830
if (_orientation == Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !
IsMirrored
)
1117
if (_orientation == Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !
IsMirrored
)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
168
if (_parent.
IsMirrored
)
System\Windows\Forms\Form.cs (1)
6914
m.ResultInternal = (LRESULT)(nint)(
IsMirrored
? PInvoke.HTBOTTOMLEFT : PInvoke.HTBOTTOMRIGHT);
System\Windows\Forms\MDI\MDIClient.cs (1)
109
if (RightToLeft == RightToLeft.Yes && ParentInternal is not null && ParentInternal.
IsMirrored
)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
1171
if (_resetRTLHScrollValue && !
IsMirrored
)
1233
if (!
IsMirrored
)
System\Windows\Forms\ToolTip\ToolTip.cs (1)
977
if (TopLevelControl?.RightToLeft == RightToLeft.Yes && !control.
IsMirrored
)
System.Windows.Forms.Design (23)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
274
if (c.Parent.
IsMirrored
)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
546
if (rootControl.Parent is not null && rootControl.Parent.
IsMirrored
)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (4)
453
if (((Control)(_dragComponents[_primaryComponentIndex].dragComponent)).Parent.
IsMirrored
)
826
if (target.
IsMirrored
&& c.
IsMirrored
)
888
if (parentControl.Parent is not null && parentControl.Parent.
IsMirrored
)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (2)
623
if (targetControl.Parent.
IsMirrored
)
654
if (control.Parent is not null && control.Parent.
IsMirrored
)
System\Windows\Forms\Design\CommandSet.cs (4)
834
if (primaryControl.Parent!.
IsMirrored
)
875
if (primaryControl.Parent!.
IsMirrored
)
900
if (primaryControl is not null && primaryControl.Parent!.
IsMirrored
)
908
if (primaryControl is not null && primaryControl.Parent!.
IsMirrored
)
System\Windows\Forms\Design\ControlCommandSet.cs (5)
467
bool fRTL = (primaryControl.Parent is not null && primaryControl.Parent.
IsMirrored
);
672
if (primaryControl.Parent.
IsMirrored
)
712
if (primaryControl.Parent.
IsMirrored
)
738
if (primaryControl.Parent.
IsMirrored
)
747
if (primaryControl.Parent.
IsMirrored
)
System\Windows\Forms\Design\ControlDesigner.cs (3)
236
if (Control.Parent is not null && Control.Parent.
IsMirrored
)
296
if (Control.
IsMirrored
!= Control.Parent?.
IsMirrored
)
System\Windows\Forms\Design\MonthCalendarDesigner.cs (1)
24
if (Control.Parent is null || !Control.Parent.
IsMirrored
)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
185
if (parent is not null && parent.
IsMirrored
)
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
541
Rectangle snappedBounds = DesignerUtils.GetBoundsFromToolboxSnapDragDropInfo(e, bounds, Control.
IsMirrored
);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
90
Assert.False(control.
IsMirrored
);
System.Windows.Forms.Tests (62)
System\Windows\Forms\AxHostTests.cs (2)
84
Assert.False(control.
IsMirrored
);
178
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ButtonBaseTests.cs (1)
82
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ButtonTests.cs (1)
85
Assert.False(control.
IsMirrored
);
System\Windows\Forms\CheckBoxTests.cs (1)
86
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ComboBoxTests.cs (1)
92
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ContainerControlTests.cs (1)
90
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ControlTests.cs (5)
68
Assert.False(control.
IsMirrored
);
157
Assert.False(control.
IsMirrored
);
253
Assert.False(control.
IsMirrored
);
349
Assert.False(control.
IsMirrored
);
445
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ControlTests.Properties.cs (8)
6607
Assert.False(control.
IsMirrored
);
6610
Assert.False(control.
IsMirrored
);
6617
Assert.True(control.
IsMirrored
);
6620
Assert.True(control.
IsMirrored
);
6628
Assert.True(control.
IsMirrored
);
6631
Assert.True(control.
IsMirrored
);
6639
Assert.False(control.
IsMirrored
);
6642
Assert.False(control.
IsMirrored
);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
83
Assert.False(control.
IsMirrored
);
System\Windows\Forms\DateTimePickerTests.cs (1)
85
Assert.False(control.
IsMirrored
);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
108
Assert.False(control.
IsMirrored
);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
89
Assert.False(control.
IsMirrored
);
System\Windows\Forms\DomainUpDownTests.cs (1)
111
_sub.
IsMirrored
.Should().BeFalse();
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
84
Assert.False(control.
IsMirrored
);
System\Windows\Forms\FormTests.cs (1)
110
Assert.False(control.
IsMirrored
);
System\Windows\Forms\GroupBoxTests.cs (1)
72
Assert.False(control.
IsMirrored
);
System\Windows\Forms\HScrollBarTests.cs (1)
79
Assert.False(control.
IsMirrored
);
System\Windows\Forms\LabelTests.cs (1)
77
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ListBoxTests.cs (1)
85
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ListControlTests.cs (1)
78
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ListViewTests.cs (1)
98
Assert.False(control.
IsMirrored
);
System\Windows\Forms\MdiClientTests.cs (1)
56
Assert.False(control.
IsMirrored
);
System\Windows\Forms\MenuStripTests.cs (1)
98
Assert.False(control.
IsMirrored
);
System\Windows\Forms\MonthCalendarTests.cs (1)
89
Assert.False(control.
IsMirrored
);
System\Windows\Forms\PanelTests.cs (1)
84
Assert.False(control.
IsMirrored
);
System\Windows\Forms\PictureBoxTests.cs (1)
79
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ProgressBarTests.cs (1)
69
Assert.False(control.
IsMirrored
);
System\Windows\Forms\PropertyGridTests.cs (1)
117
Assert.False(control.
IsMirrored
);
System\Windows\Forms\RadioButtonTests.cs (1)
85
Assert.False(control.
IsMirrored
);
System\Windows\Forms\RichTextBoxTests.cs (1)
89
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ScrollableControlTests.cs (1)
83
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ScrollBarTests.cs (1)
69
Assert.False(control.
IsMirrored
);
System\Windows\Forms\SplitterPanelTests.cs (1)
74
Assert.False(control.
IsMirrored
);
System\Windows\Forms\SplitterTests.cs (1)
70
Assert.False(control.
IsMirrored
);
System\Windows\Forms\StatusStripTests.cs (1)
98
Assert.False(control.
IsMirrored
);
System\Windows\Forms\TabControlTests.cs (1)
74
Assert.False(control.
IsMirrored
);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
90
Assert.False(control.
IsMirrored
);
System\Windows\Forms\TabPageTests.cs (2)
89
Assert.False(control.
IsMirrored
);
198
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
86
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
104
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ToolStripPanelTests.cs (1)
86
Assert.False(control.
IsMirrored
);
System\Windows\Forms\ToolStripTests.cs (2)
116
Assert.False(control.
IsMirrored
);
270
Assert.False(control.
IsMirrored
);
System\Windows\Forms\TreeViewTests.cs (1)
80
Assert.False(control.
IsMirrored
);
System\Windows\Forms\UpDownBaseTests.cs (1)
98
Assert.False(control.
IsMirrored
);
System\Windows\Forms\UserControlTests.cs (1)
90
Assert.False(control.
IsMirrored
);
System\Windows\Forms\VScrollBarTests.cs (1)
78
Assert.False(control.
IsMirrored
);
TextBoxTests.cs (1)
77
Assert.False(control.
IsMirrored
);
TrackBarTests.cs (1)
71
Assert.False(control.
IsMirrored
);