2 writes to _pivotRowIndex
PresentationFramework (2)
MS\Internal\Documents\RowCache.cs (2)
557_pivotRowIndex = RecalcRowsForDynamicPageSizes(_layoutPivotPage, _layoutColumns); 561_pivotRowIndex = RecalcRowsForFixedPageSizes(_layoutPivotPage, _layoutColumns);
2 references to _pivotRowIndex
PresentationFramework (2)
MS\Internal\Documents\RowCache.cs (2)
572RowLayoutCompletedEventArgs args = new RowLayoutCompletedEventArgs(_pivotRowIndex); 899RowInfo pivotRow = GetRow(_pivotRowIndex);