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