1 write to _scrollViewer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
120
_scrollViewer
= GetTemplateChild(RibbonGallery.ScrollViewerTemplatePartName) as ScrollViewer;
3 references to _scrollViewer
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (3)
388
return
_scrollViewer
;
2693
if (
_scrollViewer
!= null && predictedFocus != null)
2696
if (predictedFocusAncestor !=
_scrollViewer
)