1 write to _cacheIsRemotelyControlled
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5355
_cacheIsRemotelyControlled
= CreateInstance(SystemResourceKeyID.IsRemotelyControlled);
2 references to _cacheIsRemotelyControlled
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5353
if (
_cacheIsRemotelyControlled
== null)
5358
return
_cacheIsRemotelyControlled
;