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)
127
if (
_hotBackgroundBorder
!= null)
135
if (
_hotBackgroundBorder
!= null)
138
_mouseEnterStoryboard.Children.Add(CreateOpacityAnimation(true,
_hotBackgroundBorder
));
140
_mouseLeaveStoryboard.Children.Add(CreateOpacityAnimation(false,
_hotBackgroundBorder
));