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