7 references to Layers
PresentationFramework (7)
System\Windows\Media\Animation\BeginStoryboard.cs (1)
198Begin( fe, null, Storyboard.Layers.ElementEventTrigger );
System\Windows\Media\Animation\Storyboard.cs (4)
1092BeginCommon(containingObject, null, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1124BeginCommon(containingObject, frameworkTemplate, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1189BeginCommon(containingObject, null, handoffBehavior, isControllable, Storyboard.Layers.Code ); 1201Int64 layer = Storyboard.Layers.Code;
System\Windows\StyleHelper.cs (1)
2531action.Invoke(fe, fce, ownerStyle, frameworkTemplate, Storyboard.Layers.StyleOrTemplateEventTrigger);
System\Windows\TriggerBase.cs (1)
402private static Int64 _nextGlobalLayerRank = System.Windows.Media.Animation.Storyboard.Layers.PropertyTriggerStartLayer;