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