1 write to Storyboard
PresentationFramework (1)
src\Framework\System\Windows\Media\Animation\BeginStoryboard.cs (1)
160Storyboard = snapshot;
4 references to Storyboard
PresentationFramework (4)
src\Framework\System\Windows\Media\Animation\BeginStoryboard.cs (3)
205if( Storyboard == null ) 212Storyboard.BeginCommon(targetObject, nameScope, _handoffBehavior, true /* == is controllable */, layer ); 216Storyboard.BeginCommon(targetObject, nameScope, _handoffBehavior, false /* == not controllable */, layer );
src\Framework\System\Windows\Media\Animation\ControllableStoryboardAction.cs (1)
102Storyboard storyboard = keyedBeginStoryboard.Storyboard;