26 references to SnapshotAndReplace
PresentationCore (13)
System\Windows\Generated\ContentElement.cs (2)
42ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 109BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Generated\UIElement.cs (2)
42ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 109BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Media\Animation\AnimationLayer.cs (1)
32if (handoffBehavior == HandoffBehavior.SnapshotAndReplace)
System\Windows\Media\Animation\AnimationStorage.cs (3)
602if ( handoffBehavior == HandoffBehavior.SnapshotAndReplace 739if (handoffBehavior == HandoffBehavior.SnapshotAndReplace) 830else if (handoffBehavior == HandoffBehavior.SnapshotAndReplace)
System\Windows\Media\Animation\Generated\Animatable.cs (2)
41ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 108BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
System\Windows\Media\Animation\HandoffBehavior.cs (1)
38if( handoffBehavior < HandoffBehavior.SnapshotAndReplace ||
System\Windows\Media3D\Generated\Visual3D.cs (2)
41ApplyAnimationClock(dp, clock, HandoffBehavior.SnapshotAndReplace); 108BeginAnimation(dp, animation, HandoffBehavior.SnapshotAndReplace);
PresentationFramework (12)
System\Windows\FrameworkContentElement.cs (1)
405BeginStoryboard(storyboard, HandoffBehavior.SnapshotAndReplace, false);
System\Windows\FrameworkElement.cs (1)
429BeginStoryboard(storyboard, HandoffBehavior.SnapshotAndReplace, false);
System\Windows\Media\Animation\BeginStoryboard.cs (2)
63[DefaultValue(HandoffBehavior.SnapshotAndReplace)] 217private HandoffBehavior _handoffBehavior = HandoffBehavior.SnapshotAndReplace;
System\Windows\Media\Animation\Storyboard.cs (7)
1067Begin( containingObject, HandoffBehavior.SnapshotAndReplace, false ); 1083Begin(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable ); 1099Begin( containingObject, frameworkTemplate, HandoffBehavior.SnapshotAndReplace, false ); 1115Begin(containingObject, frameworkTemplate, HandoffBehavior.SnapshotAndReplace, isControllable ); 1164Begin( containingObject, HandoffBehavior.SnapshotAndReplace, false ); 1180Begin(containingObject, HandoffBehavior.SnapshotAndReplace, isControllable ); 1198HandoffBehavior handoffBehavior = HandoffBehavior.SnapshotAndReplace;
System\Windows\VisualStateGroup.cs (1)
117newStoryboard.Begin(element, HandoffBehavior.SnapshotAndReplace, true);
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\StatusIndicator.xaml.cs (1)
68this.clipScale.BeginAnimation(ScaleTransform.ScaleXProperty, anim, HandoffBehavior.SnapshotAndReplace);