2 references to FlowDirectionProperty
PresentationFramework (2)
System\Windows\Documents\ListItem.cs (2)
236get { return (FlowDirection)GetValue(FlowDirectionProperty); } 237set { SetValue(FlowDirectionProperty, value); }