7 references to Layers
PresentationFramework (7)
System\Windows\Media\Animation\BeginStoryboard.cs (1)
201Begin( fe, null, Storyboard.Layers.ElementEventTrigger );
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 ); 1202Int64 layer = Storyboard.Layers.Code;
System\Windows\StyleHelper.cs (1)
2542action.Invoke(fe, fce, ownerStyle, frameworkTemplate, Storyboard.Layers.StyleOrTemplateEventTrigger);
System\Windows\TriggerBase.cs (1)
411private static Int64 _nextGlobalLayerRank = System.Windows.Media.Animation.Storyboard.Layers.PropertyTriggerStartLayer;