2 writes to _pivotRowIndex
PresentationFramework (2)
src\Framework\MS\Internal\Documents\RowCache.cs (2)
581_pivotRowIndex = RecalcRowsForDynamicPageSizes(_layoutPivotPage, _layoutColumns); 585_pivotRowIndex = RecalcRowsForFixedPageSizes(_layoutPivotPage, _layoutColumns);
2 references to _pivotRowIndex
PresentationFramework (2)
src\Framework\MS\Internal\Documents\RowCache.cs (2)
596RowLayoutCompletedEventArgs args = new RowLayoutCompletedEventArgs(_pivotRowIndex); 943RowInfo pivotRow = GetRow(_pivotRowIndex);