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)
128
if (
_hotBackgroundBorder
!= null)
136
if (
_hotBackgroundBorder
!= null)
139
_mouseEnterStoryboard.Children.Add(CreateOpacityAnimation(true,
_hotBackgroundBorder
));
141
_mouseLeaveStoryboard.Children.Add(CreateOpacityAnimation(false,
_hotBackgroundBorder
));