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