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)
91
return
_routedEvent
;
227
if (
_routedEvent
!= null && _actions != null && _actions.Count > 0)