21 references to RightToLeft
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
127
this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
PresentationUI (8)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
79
this._buttonFlowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
61
_buttomControlLayoutpanel.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
180
_flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
66
this._flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
149
this.actionsFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
304
this.flowLayoutPanelActions.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
90
_flowpanelBottomControls.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
185
_buttonflowLayoutPanel.FlowDirection = System.Windows.Forms.FlowDirection.
RightToLeft
;
System.Windows.Forms (3)
System\Windows\Forms\Layout\FlowLayout.cs (3)
43
FlowDirection.
RightToLeft
=> new RightToLeftProxy(container),
324
case FlowDirection.
RightToLeft
:
345
case FlowDirection.
RightToLeft
:
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (6)
120
FlowLayoutPanel.FlowDirection is FlowDirection.
RightToLeft
or FlowDirection.LeftToRight;
133
FlowDirection.LeftToRight => FlowDirection.
RightToLeft
,
134
FlowDirection.
RightToLeft
=> FlowDirection.LeftToRight,
187
if ((horizontalFlow && flowDirection == FlowDirection.
RightToLeft
) ||
398
case FlowDirection.
RightToLeft
:
417
case FlowDirection.
RightToLeft
:
System.Windows.Forms.Tests (3)
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
144
[InlineData(FlowDirection.
RightToLeft
, 1)]
System\Windows\Forms\FlowLayoutSettingsTests.cs (1)
13
[InlineData(FlowDirection.
RightToLeft
, 1)]
System\Windows\Forms\Layout\FlowLayoutTests.cs (1)
98
FlowDirection = FlowDirection.
RightToLeft