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