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