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