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