2 references to CreateOpacityAnimation
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
142
_mouseEnterStoryboard.Children.Add(
CreateOpacityAnimation
(true, _hotBackgroundBorder));
144
_mouseLeaveStoryboard.Children.Add(
CreateOpacityAnimation
(false, _hotBackgroundBorder));