9 references to InternalScrollHost
PresentationFramework (9)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
90ScrollViewer scrollViewer = this.OwningDataGrid.InternalScrollHost;
System\Windows\Controls\DataGrid.cs (6)
4056if (IsGrouping && InternalScrollHost != null) 4066GeneralTransform transform = row.TransformToAncestor(InternalScrollHost); 6036ScrollViewer scrollHost = InternalScrollHost; 6082ScrollViewer scrollHost = InternalScrollHost; 8548if (InternalScrollHost == null) 8553double totalAvailableWidth = InternalScrollHost.ViewportWidth;
System\Windows\Controls\DataGridCellsPanel.cs (2)
1979ScrollViewer scrollViewer = dataGrid.InternalScrollHost; 2163ScrollViewer scrollViewer = parentDataGrid.InternalScrollHost;