1 write to _cacheIsMousePresent
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4733
_cacheIsMousePresent
= CreateInstance(SystemResourceKeyID.IsMousePresent);
2 references to _cacheIsMousePresent
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4731
if (
_cacheIsMousePresent
== null)
4736
return
_cacheIsMousePresent
;