5 references to Fade
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
798|| value == PopupAnimation.Fade 1702if (animation == PopupAnimation.Fade)
System\Windows\SystemParameters.cs (2)
1342return PopupAnimation.Fade; 1448return PopupAnimation.Fade;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
188popup.PopupAnimation = PopupAnimation.Fade;