1 write to _finalViewportWidth
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
1985_finalViewportWidth = newSize.Width;
2 references to _finalViewportWidth
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
2007double widthChange = _finalViewportWidth - _originalViewportWidth; 2015double totalAvailableWidth = _finalViewportWidth;