9 references to InternalScrollHost
PresentationFramework (9)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
95ScrollViewer scrollViewer = this.OwningDataGrid.InternalScrollHost;
System\Windows\Controls\DataGrid.cs (6)
4085if (IsGrouping && InternalScrollHost != null) 4095GeneralTransform transform = row.TransformToAncestor(InternalScrollHost); 6080ScrollViewer scrollHost = InternalScrollHost; 6126ScrollViewer scrollHost = InternalScrollHost; 8594if (InternalScrollHost == null) 8599double totalAvailableWidth = InternalScrollHost.ViewportWidth;
System\Windows\Controls\DataGridCellsPanel.cs (2)
1988ScrollViewer scrollViewer = dataGrid.InternalScrollHost; 2172ScrollViewer scrollViewer = parentDataGrid.InternalScrollHost;