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