1 write to _events
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
2645
_events
= new EventHandlerList();
4 references to _events
PresentationFramework (4)
src\Framework\System\Windows\Application.cs (4)
1754
if (
_events
!= null)
1756
_events
.Dispose();
2643
if (
_events
== null)
2647
return
_events
;