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