3 writes to _internalScrollHost
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
1918_internalScrollHost = DataGridHelper.FindVisualParent<ScrollViewer>(_internalItemsHost); 1923_internalScrollHost = DataGridHelper.FindVisualParent<ScrollViewer>(row); 1942_internalScrollHost = null;
4 references to _internalScrollHost
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1867return _internalScrollHost; 1914if (_internalScrollHost == null) 1925if (_internalScrollHost != null) 1929Source = _internalScrollHost