6 references to BeginCommon
PresentationFramework (6)
System\Windows\Media\Animation\BeginStoryboard.cs (2)
213Storyboard.BeginCommon(targetObject, nameScope, _handoffBehavior, true /* == is controllable */, layer ); 217Storyboard.BeginCommon(targetObject, nameScope, _handoffBehavior, false /* == not controllable */, layer );
System\Windows\Media\Animation\Storyboard.cs (4)
1093BeginCommon(containingObject, null, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1125BeginCommon(containingObject, frameworkTemplate, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1190BeginCommon(containingObject, null, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1204BeginCommon(containingObject, nameScope, handoffBehavior, isControllable, layer);