2 references to s_flowDirectionProperty
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.cs (2)
292
container.Properties.GetValueOrDefault<FlowDirection>(
s_flowDirectionProperty
);
298
container.Properties.AddValue(
s_flowDirectionProperty
, value);