37 references to IsMirrored
System.Windows.Forms (14)
System\Windows\Forms\Control.cs (4)
7392
&& !
IsMirrored
7480
if (this is not ScrollableControl && !
IsMirrored
)
8165
bool formRTL = ((this is Form || this is MdiClient) &&
IsMirrored
);
12834
TopLevelControlInternal is { } topLevelControl && topLevelControl.RightToLeft == RightToLeft.Yes && !
IsMirrored
;
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (1)
333
if ((Index != 0) && (ListView.RightToLeft == RightToLeft.Yes) && !ListView.
IsMirrored
)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1821
position.Offset(control.
IsMirrored
? Width : -Width, 0);
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
828
if (_orientation == Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !
IsMirrored
)
1115
if (_orientation == Orientation.Horizontal && RightToLeft == RightToLeft.Yes && !
IsMirrored
)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
163
if (_parent.
IsMirrored
)
System\Windows\Forms\Form.cs (1)
7017
m.ResultInternal = (LRESULT)(nint)(
IsMirrored
? PInvoke.HTBOTTOMLEFT : PInvoke.HTBOTTOMRIGHT);
System\Windows\Forms\MDI\MDIClient.cs (1)
105
if (RightToLeft == RightToLeft.Yes && ParentInternal is not null && ParentInternal.
IsMirrored
)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
1163
if (_resetRTLHScrollValue && !
IsMirrored
)
1225
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
)
820
if (target.
IsMirrored
&& c.
IsMirrored
)
882
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)
828
if (primaryControl.Parent!.
IsMirrored
)
869
if (primaryControl.Parent!.
IsMirrored
)
894
if (primaryControl is not null && primaryControl.Parent!.
IsMirrored
)
902
if (primaryControl is not null && primaryControl.Parent!.
IsMirrored
)
System\Windows\Forms\Design\ControlCommandSet.cs (5)
464
bool fRTL = (primaryControl.Parent is not null && primaryControl.Parent.
IsMirrored
);
669
if (primaryControl.Parent.
IsMirrored
)
709
if (primaryControl.Parent.
IsMirrored
)
735
if (primaryControl.Parent.
IsMirrored
)
744
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
);