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)
1011
ScrollViewer oldSV =
_mainSV
; // backup the old value
1014
if (oldSV !=
_mainSV
)
1017
_mainSV
?.ScrollChanged += new ScrollChangedEventHandler(OnMasterScrollChanged);
1062
if (_headerSV != null &&
_mainSV
== e.OriginalSource)
1071
if (
_mainSV
!= null && _headerSV == e.OriginalSource)
1073
_mainSV
.ScrollToHorizontalOffset(e.HorizontalOffset);