3 writes to _internalScrollHost
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
1917_internalScrollHost = DataGridHelper.FindVisualParent<ScrollViewer>(_internalItemsHost); 1922_internalScrollHost = DataGridHelper.FindVisualParent<ScrollViewer>(row); 1941_internalScrollHost = null;
4 references to _internalScrollHost
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1866return _internalScrollHost; 1913if (_internalScrollHost == null) 1924if (_internalScrollHost != null) 1928Source = _internalScrollHost