5 references to HoldEnd
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (2)
2268if (fillBehavior == FillBehavior.HoldEnd) 2616_timeline.FillBehavior == FillBehavior.HoldEnd) // Check for state changing between Filling and Stopped
System\Windows\Media\Animation\Timeline.cs (2)
447FillBehavior.HoldEnd, 1103if (FillBehavior != FillBehavior.HoldEnd)
PresentationFramework (1)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
292DoubleAnimation anim = new DoubleAnimation(visible ? 0.0 : 1.0, visible ? 1.0 : 0.0, duration, FillBehavior.HoldEnd);