1 write to _cacheIsMousePresent
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5307
_cacheIsMousePresent
= CreateInstance(SystemResourceKeyID.IsMousePresent);
2 references to _cacheIsMousePresent
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5305
if (
_cacheIsMousePresent
== null)
5310
return
_cacheIsMousePresent
;