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)
142
Debug.Assert(
_appInstance
== null, "_appInstance must be null here.");
895
return
_appInstance
;