7 references to Layers
PresentationFramework (7)
System\Windows\Media\Animation\BeginStoryboard.cs (1)
201
Begin( fe, null, Storyboard.
Layers
.ElementEventTrigger );
System\Windows\Media\Animation\Storyboard.cs (4)
1093
BeginCommon(containingObject, null, handoffBehavior, isControllable, Storyboard.
Layers
.Code );
1125
BeginCommon(containingObject, frameworkTemplate, handoffBehavior, isControllable, Storyboard.
Layers
.Code );
1190
BeginCommon(containingObject, null, handoffBehavior, isControllable, Storyboard.
Layers
.Code );
1202
Int64 layer = Storyboard.
Layers
.Code;
System\Windows\StyleHelper.cs (1)
2542
action.Invoke(fe, fce, ownerStyle, frameworkTemplate, Storyboard.
Layers
.StyleOrTemplateEventTrigger);
System\Windows\TriggerBase.cs (1)
411
private static Int64 _nextGlobalLayerRank = System.Windows.Media.Animation.Storyboard.
Layers
.PropertyTriggerStartLayer;