2 references to _flowDirectionProperty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (2)
288return (FlowDirection) container.Properties.GetInteger(_flowDirectionProperty); 296container.Properties.SetInteger(_flowDirectionProperty, (int) value);