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)
4779if (_cacheIsRemotelyControlled == null) 4784return _cacheIsRemotelyControlled;