9 references to InternalScrollHost
PresentationFramework (9)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
94ScrollViewer scrollViewer = this.OwningDataGrid.InternalScrollHost;
src\Framework\System\Windows\Controls\DataGrid.cs (6)
4090if (IsGrouping && InternalScrollHost != null) 4100GeneralTransform transform = row.TransformToAncestor(InternalScrollHost); 6085ScrollViewer scrollHost = InternalScrollHost; 6131ScrollViewer scrollHost = InternalScrollHost; 8621if (InternalScrollHost == null) 8626double totalAvailableWidth = InternalScrollHost.ViewportWidth;
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1990ScrollViewer scrollViewer = dataGrid.InternalScrollHost; 2176ScrollViewer scrollViewer = parentDataGrid.InternalScrollHost;