1 write to _cacheIsRemoteSession
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5371
_cacheIsRemoteSession
= CreateInstance(SystemResourceKeyID.IsRemoteSession);
2 references to _cacheIsRemoteSession
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5369
if (
_cacheIsRemoteSession
== null)
5374
return
_cacheIsRemoteSession
;