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)
1754if (_events != null) 1756_events.Dispose(); 2643if (_events == null) 2647return _events;