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