1 write to _cacheIsRemotelyControlled
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4781
_cacheIsRemotelyControlled
= CreateInstance(SystemResourceKeyID.IsRemotelyControlled);
2 references to _cacheIsRemotelyControlled
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4779
if (
_cacheIsRemotelyControlled
== null)
4784
return
_cacheIsRemotelyControlled
;