39 writes to FlowDirection
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
127
this.flowLayoutPanel2.
FlowDirection
= System.Windows.Forms.FlowDirection.RightToLeft;
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;
System.Windows.Forms.Tests (9)
System\Windows\Forms\ControlTests.cs (3)
872
FlowDirection
= FlowDirection.TopDown
883
FlowDirection
= FlowDirection.TopDown
894
FlowDirection
= FlowDirection.TopDown
System\Windows\Forms\FlowLayoutPanelTests.cs (3)
158
control.
FlowDirection
= value;
164
control.
FlowDirection
= value;
175
Assert.Throws<InvalidEnumArgumentException>("value", () => control.
FlowDirection
= value);
System\Windows\Forms\Layout\FlowLayoutTests.cs (3)
98
FlowDirection
= FlowDirection.RightToLeft
159
FlowDirection
= FlowDirection.TopDown
220
FlowDirection
= FlowDirection.BottomUp
WinFormsControlsTest (5)
Buttons.cs (3)
43
FlowDirection
= FlowDirection.TopDown
64
FlowDirection
= FlowDirection.TopDown
85
FlowDirection
= FlowDirection.TopDown
MainForm.Designer.cs (1)
41
this.overarchingFlowLayoutPanel.
FlowDirection
= System.Windows.Forms.FlowDirection.TopDown;
TaskDialogSamples.cs (1)
23
FlowDirection
= FlowDirection.TopDown,
11 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
))
System.Windows.Forms.Tests (3)
System\Windows\Forms\FlowLayoutPanelTests.cs (3)
71
Assert.Equal(FlowDirection.LeftToRight, control.
FlowDirection
);
159
Assert.Equal(value, control.
FlowDirection
);
165
Assert.Equal(value, control.
FlowDirection
);