3 writes to _internalScrollHost
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
1911_internalScrollHost = DataGridHelper.FindVisualParent<ScrollViewer>(_internalItemsHost); 1916_internalScrollHost = DataGridHelper.FindVisualParent<ScrollViewer>(row); 1935_internalScrollHost = null;
4 references to _internalScrollHost
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
1863return _internalScrollHost; 1907if (_internalScrollHost == null) 1918if (_internalScrollHost != null) 1922Source = _internalScrollHost