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