3 writes to _internalScrollHost
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
1908_internalScrollHost = DataGridHelper.FindVisualParent<ScrollViewer>(_internalItemsHost); 1913_internalScrollHost = DataGridHelper.FindVisualParent<ScrollViewer>(row); 1932_internalScrollHost = null;
4 references to _internalScrollHost
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1863return _internalScrollHost; 1904if (_internalScrollHost == null) 1915if (_internalScrollHost != null) 1919Source = _internalScrollHost