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