24 writes to FlowDirection
PresentationUI (23)
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 (3)
77
_flowLayoutPanel2.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
101
_flowLayoutPanel4.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
180
_flowLayoutPanel1.
FlowDirection
= System.Windows.Forms.FlowDirection.RightToLeft;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (2)
66
this._flowLayoutPanel1.
FlowDirection
= System.Windows.Forms.FlowDirection.RightToLeft;
98
this._flowLayoutPanel2.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
MS\Internal\Documents\RMPermissions.Designer.cs (5)
67
this.mainContentFlowPanel.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
78
this.authenticatedAsFlowPanel.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
97
this.permissionsFlowPanel.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
110
this.contactFlowPanel.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
149
this.actionsFlowPanel.
FlowDirection
= System.Windows.Forms.FlowDirection.RightToLeft;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (8)
84
this.flowLayoutPanelMain.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
132
this.flowLayoutPanelUnrestricted.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
144
this.flowLayoutPanelPermissions.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
154
this.flowLayoutPanelTemplate.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
192
this.flowLayoutPanelPeople.
FlowDirection
= System.Windows.Forms.FlowDirection.LeftToRight;
251
this.flowLayoutPanelContact.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
276
this.flowLayoutPanelExpires.
FlowDirection
= System.Windows.Forms.FlowDirection.LeftToRight;
304
this.flowLayoutPanelActions.
FlowDirection
= System.Windows.Forms.FlowDirection.RightToLeft;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (2)
77
_flowpanelMiddleControls.
FlowDirection
= System.Windows.Forms.FlowDirection.LeftToRight;
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.Design (1)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
386
Control.
FlowDirection
= value;
8 references to FlowDirection
System.Windows.Forms (2)
System\Windows\Forms\Panels\FlowLayoutPanel.cs (2)
10
[DefaultProperty(nameof(
FlowDirection
))]
35
Debug.Assert(
FlowDirection
== value, "FlowDirection should be the same as we set it");
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (6)
120
FlowLayoutPanel.
FlowDirection
is FlowDirection.RightToLeft or FlowDirection.LeftToRight;
180
FlowDirection flowDirection = RTLTranslateFlowDirection(FlowLayoutPanel.
FlowDirection
);
378
get => Control.
FlowDirection
;
381
if (value != Control.
FlowDirection
)
393
switch (RTLTranslateFlowDirection(FlowLayoutPanel.
FlowDirection
))
412
switch (RTLTranslateFlowDirection(FlowLayoutPanel.
FlowDirection
))