9 references to InternalScrollHost
PresentationFramework (9)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
89ScrollViewer scrollViewer = this.OwningDataGrid.InternalScrollHost;
System\Windows\Controls\DataGrid.cs (6)
4049if (IsGrouping && InternalScrollHost != null) 4059GeneralTransform transform = row.TransformToAncestor(InternalScrollHost); 6029ScrollViewer scrollHost = InternalScrollHost; 6075ScrollViewer scrollHost = InternalScrollHost; 8541if (InternalScrollHost == null) 8546double totalAvailableWidth = InternalScrollHost.ViewportWidth;
System\Windows\Controls\DataGridCellsPanel.cs (2)
1972ScrollViewer scrollViewer = dataGrid.InternalScrollHost; 2156ScrollViewer scrollViewer = parentDataGrid.InternalScrollHost;