9 references to InternalScrollHost
PresentationFramework (9)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
90ScrollViewer scrollViewer = this.OwningDataGrid.InternalScrollHost;
System\Windows\Controls\DataGrid.cs (6)
4082if (IsGrouping && InternalScrollHost != null) 4092GeneralTransform transform = row.TransformToAncestor(InternalScrollHost); 6077ScrollViewer scrollHost = InternalScrollHost; 6123ScrollViewer scrollHost = InternalScrollHost; 8591if (InternalScrollHost == null) 8596double totalAvailableWidth = InternalScrollHost.ViewportWidth;
System\Windows\Controls\DataGridCellsPanel.cs (2)
1984ScrollViewer scrollViewer = dataGrid.InternalScrollHost; 2168ScrollViewer scrollViewer = parentDataGrid.InternalScrollHost;