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