1 write to _cacheIsRemoteSession
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4801
_cacheIsRemoteSession
= CreateInstance(SystemResourceKeyID.IsRemoteSession);
2 references to _cacheIsRemoteSession
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4799
if (
_cacheIsRemoteSession
== null)
4804
return
_cacheIsRemoteSession
;