4 instantiations of Storyboard
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9521bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Storyboard(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1571case KnownElements.Storyboard: o = new System.Windows.Media.Animation.Storyboard(); break;
src\Framework\System\Windows\Media\Animation\Storyboard.cs (1)
55return new Storyboard();
src\Framework\System\Windows\VisualStateManager.cs (1)
411Storyboard dynamic = new Storyboard();
76 references to Storyboard
PresentationFramework (73)
src\Framework\System\Windows\FrameworkContentElement.cs (4)
431public void BeginStoryboard(Storyboard storyboard) 440public void BeginStoryboard(Storyboard storyboard, HandoffBehavior handoffBehavior) 449public void BeginStoryboard(Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable) 484Storyboard.GetComplexPathValue(this, dp, ref newEntry, metadata);
src\Framework\System\Windows\FrameworkElement.cs (4)
443public void BeginStoryboard(Storyboard storyboard) 452public void BeginStoryboard(Storyboard storyboard, HandoffBehavior handoffBehavior) 461public void BeginStoryboard(Storyboard storyboard, HandoffBehavior handoffBehavior, bool isControllable) 1830Storyboard.GetComplexPathValue(this, dp, ref newEntry, metadata);
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
700case 608: t = () => typeof(Storyboard); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (9)
5680Type type = typeof(System.Windows.Media.Animation.Storyboard); 5681DependencyProperty dp = System.Windows.Media.Animation.Storyboard.ChildrenProperty; 5683this.GetXamlType(typeof(System.Windows.Media.Animation.Storyboard)), // DeclaringType 7965Type type = typeof(System.Windows.Media.Animation.Storyboard); 7966DependencyProperty dp = System.Windows.Media.Animation.Storyboard.TargetNameProperty; 7968this.GetXamlType(typeof(System.Windows.Media.Animation.Storyboard)), // DeclaringType 8349Type type = typeof(System.Windows.Media.Animation.Storyboard); 8350DependencyProperty dp = System.Windows.Media.Animation.Storyboard.TargetPropertyProperty; 8352this.GetXamlType(typeof(System.Windows.Media.Animation.Storyboard)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9519typeof(System.Windows.Media.Animation.Storyboard),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6152case KnownElements.Storyboard: t = typeof(System.Windows.Media.Animation.Storyboard); break;
src\Framework\System\Windows\Media\Animation\BeginStoryboard.cs (6)
40DependencyProperty.Register( "Storyboard", typeof(Storyboard), typeof(BeginStoryboard) ); 48public Storyboard Storyboard 52return GetValue(StoryboardProperty) as Storyboard; 134Storyboard snapshot = GetValue(StoryboardProperty) as Storyboard; 200Begin( fe, null, Storyboard.Layers.ElementEventTrigger );
src\Framework\System\Windows\Media\Animation\ControllableStoryboardAction.cs (4)
86internal virtual void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard ) 93private Storyboard GetStoryboard( FrameworkElement fe, FrameworkContentElement fce, INameScope nameScope ) 100BeginStoryboard keyedBeginStoryboard = Storyboard.ResolveBeginStoryboardName( BeginStoryboardName, nameScope, fe, fce ); 102Storyboard storyboard = keyedBeginStoryboard.Storyboard;
src\Framework\System\Windows\Media\Animation\PauseStoryboard.cs (1)
24internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard )
src\Framework\System\Windows\Media\Animation\RemoveStoryboard.cs (1)
24internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard )
src\Framework\System\Windows\Media\Animation\ResumeStoryboard.cs (1)
24internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard )
src\Framework\System\Windows\Media\Animation\SeekStoryboard.cs (1)
89internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard )
src\Framework\System\Windows\Media\Animation\SetStoryboardSpeedRatio.cs (1)
47internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard )
src\Framework\System\Windows\Media\Animation\SkipStoryboardToFill.cs (1)
24internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard )
src\Framework\System\Windows\Media\Animation\StopStoryboard.cs (1)
24internal override void Invoke( FrameworkElement containingFE, FrameworkContentElement containingFCE, Storyboard storyboard )
src\Framework\System\Windows\Media\Animation\Storyboard.cs (9)
37TargetProperty = DependencyProperty.RegisterAttached("Target", typeof(DependencyObject), typeof(Storyboard), targetPropertyMetadata); 64public new Storyboard Clone() 66return (Storyboard)base.Clone(); 124DependencyProperty.RegisterAttached("TargetName", typeof(string), typeof(Storyboard)); 154DependencyProperty.RegisterAttached("TargetProperty", typeof(PropertyPath), typeof(Storyboard)); 1092BeginCommon(containingObject, null, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1124BeginCommon(containingObject, frameworkTemplate, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1189BeginCommon(containingObject, null, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1201Int64 layer = Storyboard.Layers.Code;
src\Framework\System\Windows\StyleHelper.cs (1)
2542action.Invoke(fe, fce, ownerStyle, frameworkTemplate, Storyboard.Layers.StyleOrTemplateEventTrigger);
src\Framework\System\Windows\TriggerBase.cs (1)
412private static Int64 _nextGlobalLayerRank = System.Windows.Media.Animation.Storyboard.Layers.PropertyTriggerStartLayer;
src\Framework\System\Windows\VisualState.cs (3)
30typeof(Storyboard), 36public Storyboard Storyboard 38get { return (Storyboard)GetValue(StoryboardProperty); }
src\Framework\System\Windows\VisualStateGroup.cs (4)
87internal Collection<Storyboard> CurrentStoryboards 93_currentStoryboards = new Collection<Storyboard>(); 100internal void StartNewThenStopOld(FrameworkElement element, params Storyboard[] newStoryboards) 164private Collection<Storyboard> _currentStoryboards;
src\Framework\System\Windows\VisualStateManager.cs (17)
239Storyboard dynamicTransition = GenerateDynamicTransitionAnimations(stateGroupsRoot, group, state, transition); 408private static Storyboard GenerateDynamicTransitionAnimations(FrameworkElement root, VisualStateGroup group, VisualState newState, VisualTransition transition) 411Storyboard dynamic = new Storyboard(); 543string targetName = Storyboard.GetTargetName(source); 544DependencyObject target = Storyboard.GetTarget(source); 545PropertyPath path = Storyboard.GetTargetProperty(source); 554Storyboard.SetTargetName(destination, targetName); 559Storyboard.SetTarget(destination, target); 564Storyboard.SetTargetProperty(destination, path); 728private static Dictionary<TimelineDataToken, Timeline> FlattenTimelines(Storyboard storyboard) 737private static Dictionary<TimelineDataToken, Timeline> FlattenTimelines(Collection<Storyboard> storyboards) 749private static void FlattenTimelines(Storyboard storyboard, Dictionary<TimelineDataToken, Timeline> result) 759Storyboard childStoryboard = child as Storyboard; 776_target = Storyboard.GetTarget(timeline); 777_targetName = Storyboard.GetTargetName(timeline); 778_targetProperty = Storyboard.GetTargetProperty(timeline);
src\Framework\System\Windows\VisualTransition.cs (1)
48public Storyboard Storyboard
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\ParallelSeparator.xaml.cs (1)
69BeginStoryboard((Storyboard)this.Resources[storyboardResourceName]);
System\Activities\Core\Presentation\VerticalConnector.xaml.cs (1)
64BeginStoryboard((Storyboard)this.Resources[storyboardResourceName]);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\VerticalConnector.xaml.cs (1)
45BeginStoryboard((Storyboard)this.Resources[storyboardResourceName]);