2 writes to _appInstance
PresentationFramework (2)
System\Windows\Application.cs (2)
113
_appInstance
= this;
1649
_appInstance
= null;
2 references to _appInstance
PresentationFramework (2)
System\Windows\Application.cs (2)
112
Debug.Assert(
_appInstance
== null, "_appInstance must be null here.");
778
return
_appInstance
;