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