1 write to _cacheIsMousePresent
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4724
_cacheIsMousePresent
= CreateInstance(SystemResourceKeyID.IsMousePresent);
2 references to _cacheIsMousePresent
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4722
if (
_cacheIsMousePresent
== null)
4727
return
_cacheIsMousePresent
;