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