2 writes to ViewportStartX
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1240ViewportStartX = 0.0; 1298arrangeState.ViewportStartX = horizontalOffset - cellsPanelOffset;
3 references to ViewportStartX
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (3)
1512if (DoubleUtil.LessThanOrClose(arrangeState.NextNonFrozenCellStart, arrangeState.ViewportStartX)) 1514if (DoubleUtil.LessThanOrClose(arrangeState.NextNonFrozenCellStart + childWidth, arrangeState.ViewportStartX)) 1521double cellChoppedWidth = arrangeState.ViewportStartX - arrangeState.NextNonFrozenCellStart;