1 write to _cacheIsRemotelyControlled
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4785_cacheIsRemotelyControlled = CreateInstance(SystemResourceKeyID.IsRemotelyControlled);
2 references to _cacheIsRemotelyControlled
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4783if (_cacheIsRemotelyControlled == null) 4788return _cacheIsRemotelyControlled;