1 write to _events
PresentationFramework (1)
System\Windows\Application.cs (1)
2313_events = new EventHandlerList();
4 references to _events
PresentationFramework (4)
System\Windows\Application.cs (4)
1596if (_events != null) 1598_events.Dispose(); 2311if (_events == null) 2315return _events;