1 write to _hotBackgroundBorder
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
133_hotBackgroundBorder = GetTemplateChild(HotBackgroundBorderTemplatePartName) as Border;
4 references to _hotBackgroundBorder
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (4)
127if (_hotBackgroundBorder != null) 135if (_hotBackgroundBorder != null) 138_mouseEnterStoryboard.Children.Add(CreateOpacityAnimation(true, _hotBackgroundBorder)); 140_mouseLeaveStoryboard.Children.Add(CreateOpacityAnimation(false, _hotBackgroundBorder));