2 references to GetViewportWidth
PresentationFramework (2)
System\Windows\Controls\DataGridCellsPanel.cs (2)
243
double totalAvailableSpace =
GetViewportWidth
() - cellsPanelOffset;
2257
double availableViewportWidth =
GetViewportWidth
();