2 references to FlowDirectionCacheProperty
PresentationFramework (2)
System\Windows\Controls\DataGridHelper.cs (2)
621
cell.SetValue(
FlowDirectionCacheProperty
, flowDirectionObj);
630
object flowDirectionObj = cell.ReadLocalValue(DataGridHelper.
FlowDirectionCacheProperty
);