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