1 write to _mainSV
PresentationFramework (1)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1023_mainSV = TemplatedParent as ScrollViewer;
7 references to _mainSV
PresentationFramework (7)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
1022ScrollViewer oldSV = _mainSV; // backup the old value 1025if (oldSV != _mainSV) 1032if (_mainSV != null) 1034_mainSV.ScrollChanged += new ScrollChangedEventHandler(OnMasterScrollChanged); 1095if (_headerSV != null && _mainSV == e.OriginalSource) 1104if (_mainSV != null && _headerSV == e.OriginalSource) 1106_mainSV.ScrollToHorizontalOffset(e.HorizontalOffset);