1 write to _mainSV
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1026
_mainSV
= TemplatedParent as ScrollViewer;
7 references to _mainSV
PresentationFramework (7)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
1025
ScrollViewer oldSV =
_mainSV
; // backup the old value
1028
if (oldSV !=
_mainSV
)
1035
if (
_mainSV
!= null)
1037
_mainSV
.ScrollChanged += new ScrollChangedEventHandler(OnMasterScrollChanged);
1098
if (_headerSV != null &&
_mainSV
== e.OriginalSource)
1107
if (
_mainSV
!= null && _headerSV == e.OriginalSource)
1109
_mainSV
.ScrollToHorizontalOffset(e.HorizontalOffset);