2 references to GetViewportWidth
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
245double totalAvailableSpace = GetViewportWidth() - cellsPanelOffset; 2261double availableViewportWidth = GetViewportWidth();