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