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