2 references to CreateDynamicRow
PresentationFramework (2)
src\Framework\MS\Internal\Documents\RowCache.cs (2)
713
RowInfo newRow =
CreateDynamicRow
(currentPage - 1, pivotRowWidth, false /* backwards */);
737
RowInfo newRow =
CreateDynamicRow
(currentPage, pivotRowWidth, true /*forwards */);