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