1 write to _finalViewportWidth
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
1973
_finalViewportWidth
= newSize.Width;
2 references to _finalViewportWidth
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1995
double widthChange =
_finalViewportWidth
- _originalViewportWidth;
2003
double totalAvailableWidth =
_finalViewportWidth
;