5 writes to FlowDirection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
44_flowLayoutSettings.FlowDirection = value;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
1141flowLayoutSettings.FlowDirection = FlowDirection.TopDown;
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
574settings.FlowDirection = FlowDirection.TopDown;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
931FlowLayoutSettings.FlowDirection = FlowDirection.LeftToRight; 1441FlowLayoutSettings.FlowDirection = FlowDirection.TopDown;
2 references to FlowDirection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
42get { return _flowLayoutSettings.FlowDirection; }
winforms\Managed\System\WinForms\FlowLayoutSettings.cs (1)
33Debug.Assert(FlowDirection == value, "FlowDirection should be the same as we set it");