1 write to _scrollViewer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
119
_scrollViewer
= GetTemplateChild(RibbonGallery.ScrollViewerTemplatePartName) as ScrollViewer;
3 references to _scrollViewer
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
387
return
_scrollViewer
;
2689
if (
_scrollViewer
!= null && predictedFocus != null)
2692
if (predictedFocusAncestor !=
_scrollViewer
)