1 write to _routedEvent
PresentationFramework (1)
src\Framework\System\Windows\EventTrigger.cs (1)
114_routedEvent = value;
2 references to _routedEvent
PresentationFramework (2)
src\Framework\System\Windows\EventTrigger.cs (2)
91return _routedEvent; 227if (_routedEvent != null && _actions != null && _actions.Count > 0)