2 writes to _appInstance
PresentationFramework (2)
System\Windows\Application.cs (2)
109
_appInstance
= this;
1628
_appInstance
= null;
2 references to _appInstance
PresentationFramework (2)
System\Windows\Application.cs (2)
108
Debug.Assert(
_appInstance
== null, "_appInstance must be null here.");
755
return
_appInstance
;