1 write to Storyboard
PresentationFramework (1)
System\Windows\Media\Animation\BeginStoryboard.cs (1)
161Storyboard = snapshot;
4 references to Storyboard
PresentationFramework (4)
System\Windows\Media\Animation\BeginStoryboard.cs (3)
206if( Storyboard == null ) 213Storyboard.BeginCommon(targetObject, nameScope, _handoffBehavior, true /* == is controllable */, layer ); 217Storyboard.BeginCommon(targetObject, nameScope, _handoffBehavior, false /* == not controllable */, layer );
System\Windows\Media\Animation\ControllableStoryboardAction.cs (1)
104Storyboard storyboard = keyedBeginStoryboard.Storyboard;