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