9 references to InternalScrollHost
PresentationFramework (9)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
89ScrollViewer scrollViewer = this.OwningDataGrid.InternalScrollHost;
System\Windows\Controls\DataGrid.cs (6)
4043if (IsGrouping && InternalScrollHost != null) 4053GeneralTransform transform = row.TransformToAncestor(InternalScrollHost); 6023ScrollViewer scrollHost = InternalScrollHost; 6069ScrollViewer scrollHost = InternalScrollHost; 8535if (InternalScrollHost == null) 8540double totalAvailableWidth = InternalScrollHost.ViewportWidth;
System\Windows\Controls\DataGridCellsPanel.cs (2)
1966ScrollViewer scrollViewer = dataGrid.InternalScrollHost; 2150ScrollViewer scrollViewer = parentDataGrid.InternalScrollHost;