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