1 write to _instance
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceHost.cs (1)
33
_instance
= new SystemResourceHost();
2 references to _instance
PresentationFramework (2)
src\Framework\System\Windows\SystemResourceHost.cs (2)
31
if (
_instance
== null)
35
return
_instance
;