2 writes to _pivotRowIndex
PresentationFramework (2)
MS\Internal\Documents\RowCache.cs (2)
551
_pivotRowIndex
= RecalcRowsForDynamicPageSizes(_layoutPivotPage, _layoutColumns);
555
_pivotRowIndex
= RecalcRowsForFixedPageSizes(_layoutPivotPage, _layoutColumns);
2 references to _pivotRowIndex
PresentationFramework (2)
MS\Internal\Documents\RowCache.cs (2)
566
RowLayoutCompletedEventArgs args = new RowLayoutCompletedEventArgs(
_pivotRowIndex
);
895
RowInfo pivotRow = GetRow(
_pivotRowIndex
);