5 references to Fade
PresentationFramework (4)
System\Windows\Controls\Primitives\Popup.cs (2)
791|| value == PopupAnimation.Fade 1695if (animation == PopupAnimation.Fade)
System\Windows\SystemParameters.cs (2)
1338return PopupAnimation.Fade; 1444return PopupAnimation.Fade;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
183popup.PopupAnimation = PopupAnimation.Fade;