2 writes to _appInstance
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
143_appInstance = this; 1739_appInstance = null;
2 references to _appInstance
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
142Debug.Assert(_appInstance == null, "_appInstance must be null here."); 895return _appInstance;