26 references to SnapshotAndReplace
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (2)
50ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 121BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Generated\UIElement.cs (2)
50ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 121BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Media\Animation\AnimationLayer.cs (1)
37if (handoffBehavior == HandoffBehavior.SnapshotAndReplace)
System\Windows\Media\Animation\AnimationStorage.cs (3)
610if ( handoffBehavior == HandoffBehavior.SnapshotAndReplace 747if (handoffBehavior == HandoffBehavior.SnapshotAndReplace) 838else if (handoffBehavior == HandoffBehavior.SnapshotAndReplace)
System\Windows\Media\Animation\Generated\Animatable.cs (2)
56ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 127BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Media\Animation\HandoffBehavior.cs (1)
39if( handoffBehavior < HandoffBehavior.SnapshotAndReplace ||
System\Windows\Media3D\Generated\Visual3D.cs (2)
56ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 127BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
PresentationFramework (12)
System\Windows\FrameworkContentElement.cs (1)
430BeginStoryboard(storyboard, HandoffBehavior.SnapshotAndReplace, false);
System\Windows\FrameworkElement.cs (1)
448BeginStoryboard(storyboard, HandoffBehavior.SnapshotAndReplace, false);
System\Windows\Media\Animation\BeginStoryboard.cs (2)
67[DefaultValue(HandoffBehavior.SnapshotAndReplace)] 221private HandoffBehavior _handoffBehavior = HandoffBehavior.SnapshotAndReplace;
System\Windows\Media\Animation\Storyboard.cs (7)
1069Begin( containingObject, HandoffBehavior.SnapshotAndReplace, false ); 1085Begin(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable ); 1101Begin( containingObject, frameworkTemplate, HandoffBehavior.SnapshotAndReplace, false ); 1117Begin(containingObject, frameworkTemplate, HandoffBehavior.SnapshotAndReplace, isControllable ); 1166Begin( containingObject, HandoffBehavior.SnapshotAndReplace, false ); 1182Begin(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable ); 1200HandoffBehavior handoffBehavior = HandoffBehavior.SnapshotAndReplace;
System\Windows\VisualStateGroup.cs (1)
124newStoryboards[index].Begin(element, HandoffBehavior.SnapshotAndReplace, true);
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\StatusIndicator.xaml.cs (1)
68this.clipScale.BeginAnimation(ScaleTransform.ScaleXProperty, anim, HandoffBehavior.SnapshotAndReplace);