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