1 write to _mainSV
PresentationFramework (1)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1028_mainSV = TemplatedParent as ScrollViewer;
7 references to _mainSV
PresentationFramework (7)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
1027ScrollViewer oldSV = _mainSV; // backup the old value 1030if (oldSV != _mainSV) 1037if (_mainSV != null) 1039_mainSV.ScrollChanged += new ScrollChangedEventHandler(OnMasterScrollChanged); 1101if (_headerSV != null && _mainSV == e.OriginalSource) 1110if (_mainSV != null && _headerSV == e.OriginalSource) 1112_mainSV.ScrollToHorizontalOffset(e.HorizontalOffset);