9 references to InternalScrollHost
PresentationFramework (9)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
89ScrollViewer scrollViewer = this.OwningDataGrid.InternalScrollHost;
System\Windows\Controls\DataGrid.cs (6)
4055if (IsGrouping && InternalScrollHost != null) 4065GeneralTransform transform = row.TransformToAncestor(InternalScrollHost); 6035ScrollViewer scrollHost = InternalScrollHost; 6081ScrollViewer scrollHost = InternalScrollHost; 8547if (InternalScrollHost == null) 8552double totalAvailableWidth = InternalScrollHost.ViewportWidth;
System\Windows\Controls\DataGridCellsPanel.cs (2)
1978ScrollViewer scrollViewer = dataGrid.InternalScrollHost; 2162ScrollViewer scrollViewer = parentDataGrid.InternalScrollHost;