21 references to RightToLeft
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
127this.flowLayoutPanel2.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
PresentationUI (8)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
79this._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)
66this._flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
MS\Internal\Documents\RMPermissions.Designer.cs (1)
149this.actionsFlowPanel.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
304this.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)
43FlowDirection.RightToLeft => new RightToLeftProxy(container), 324case FlowDirection.RightToLeft: 345case FlowDirection.RightToLeft:
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (6)
120FlowLayoutPanel.FlowDirection is FlowDirection.RightToLeft or FlowDirection.LeftToRight; 133FlowDirection.LeftToRight => FlowDirection.RightToLeft, 134FlowDirection.RightToLeft => FlowDirection.LeftToRight, 187if ((horizontalFlow && flowDirection == FlowDirection.RightToLeft) || 398case FlowDirection.RightToLeft: 417case 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)
98FlowDirection = FlowDirection.RightToLeft