4 references to HoldEnd
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (2)
2289
if (fillBehavior == FillBehavior.
HoldEnd
)
2637
_timeline.FillBehavior == FillBehavior.
HoldEnd
) // Check for state changing between Filling and Stopped
Core\CSharp\System\Windows\Media\Animation\Timeline.cs (1)
460
FillBehavior.
HoldEnd
,
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
290
DoubleAnimation anim = new DoubleAnimation(visible ? 0.0 : 1.0, visible ? 1.0 : 0.0, duration, FillBehavior.
HoldEnd
);