2 writes to _pivotRowIndex
PresentationFramework (2)
MS\Internal\Documents\RowCache.cs (2)
552
_pivotRowIndex
= RecalcRowsForDynamicPageSizes(_layoutPivotPage, _layoutColumns);
556
_pivotRowIndex
= RecalcRowsForFixedPageSizes(_layoutPivotPage, _layoutColumns);
2 references to _pivotRowIndex
PresentationFramework (2)
MS\Internal\Documents\RowCache.cs (2)
567
RowLayoutCompletedEventArgs args = new RowLayoutCompletedEventArgs(
_pivotRowIndex
);
894
RowInfo pivotRow = GetRow(
_pivotRowIndex
);