1 write to _mainSV
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1012_mainSV = TemplatedParent as ScrollViewer;
6 references to _mainSV
PresentationFramework (6)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (6)
1011ScrollViewer oldSV = _mainSV; // backup the old value 1014if (oldSV != _mainSV) 1017_mainSV?.ScrollChanged += new ScrollChangedEventHandler(OnMasterScrollChanged); 1062if (_headerSV != null && _mainSV == e.OriginalSource) 1071if (_mainSV != null && _headerSV == e.OriginalSource) 1073_mainSV.ScrollToHorizontalOffset(e.HorizontalOffset);