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