26 references to SnapshotAndReplace
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (2)
44ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 111BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Generated\UIElement.cs (2)
44ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 111BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Media\Animation\AnimationLayer.cs (1)
33if (handoffBehavior == HandoffBehavior.SnapshotAndReplace)
System\Windows\Media\Animation\AnimationStorage.cs (3)
603if ( handoffBehavior == HandoffBehavior.SnapshotAndReplace 740if (handoffBehavior == HandoffBehavior.SnapshotAndReplace) 831else if (handoffBehavior == HandoffBehavior.SnapshotAndReplace)
System\Windows\Media\Animation\Generated\Animatable.cs (2)
37ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 104BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Media\Animation\HandoffBehavior.cs (1)
39if( handoffBehavior < HandoffBehavior.SnapshotAndReplace ||
System\Windows\Media3D\Generated\Visual3D.cs (2)
39ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 106BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
PresentationFramework (12)
System\Windows\FrameworkContentElement.cs (1)
406BeginStoryboard(storyboard, HandoffBehavior.SnapshotAndReplace, false);
System\Windows\FrameworkElement.cs (1)
430BeginStoryboard(storyboard, HandoffBehavior.SnapshotAndReplace, false);
System\Windows\Media\Animation\BeginStoryboard.cs (2)
64[DefaultValue(HandoffBehavior.SnapshotAndReplace)] 218private HandoffBehavior _handoffBehavior = HandoffBehavior.SnapshotAndReplace;
System\Windows\Media\Animation\Storyboard.cs (7)
1068Begin( containingObject, HandoffBehavior.SnapshotAndReplace, false ); 1084Begin(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable ); 1100Begin( containingObject, frameworkTemplate, HandoffBehavior.SnapshotAndReplace, false ); 1116Begin(containingObject, frameworkTemplate, HandoffBehavior.SnapshotAndReplace, isControllable ); 1165Begin( containingObject, HandoffBehavior.SnapshotAndReplace, false ); 1181Begin(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable ); 1199HandoffBehavior handoffBehavior = HandoffBehavior.SnapshotAndReplace;
System\Windows\VisualStateGroup.cs (1)
118newStoryboard.Begin(element, HandoffBehavior.SnapshotAndReplace, true);
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\StatusIndicator.xaml.cs (1)
68this.clipScale.BeginAnimation(ScaleTransform.ScaleXProperty, anim, HandoffBehavior.SnapshotAndReplace);