4 writes to FlowDirection
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
928
flowLayoutSettings.
FlowDirection
= FlowDirection.TopDown;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
18
FlowLayoutSettings.
FlowDirection
= FlowDirection.LeftToRight;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
19
FlowLayoutSettings.
FlowDirection
= FlowDirection.TopDown;
System\Windows\Forms\Panels\FlowLayoutPanel.cs (1)
34
_flowLayoutSettings.
FlowDirection
= value;
3 references to FlowDirection
System.Windows.Forms (3)
System\Windows\Forms\Panels\FlowLayoutPanel.cs (1)
31
get => _flowLayoutSettings.
FlowDirection
;
System\Windows\Forms\Panels\FlowLayoutSettings.cs (2)
9
[DefaultProperty(nameof(
FlowDirection
))]
28
Debug.Assert(
FlowDirection
== value, "FlowDirection should be the same as we set it");