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