1 write to _hotBackgroundBorder
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
134_hotBackgroundBorder = GetTemplateChild(HotBackgroundBorderTemplatePartName) as Border;
4 references to _hotBackgroundBorder
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (4)
128if (_hotBackgroundBorder != null) 136if (_hotBackgroundBorder != null) 139_mouseEnterStoryboard.Children.Add(CreateOpacityAnimation(true, _hotBackgroundBorder)); 141_mouseLeaveStoryboard.Children.Add(CreateOpacityAnimation(false, _hotBackgroundBorder));