1 write to _mainSV
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1022_mainSV = TemplatedParent as ScrollViewer;
7 references to _mainSV
PresentationFramework (7)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
1021ScrollViewer oldSV = _mainSV; // backup the old value 1024if (oldSV != _mainSV) 1031if (_mainSV != null) 1033_mainSV.ScrollChanged += new ScrollChangedEventHandler(OnMasterScrollChanged); 1094if (_headerSV != null && _mainSV == e.OriginalSource) 1103if (_mainSV != null && _headerSV == e.OriginalSource) 1105_mainSV.ScrollToHorizontalOffset(e.HorizontalOffset);