1 write to _cacheForegroundFlashCount
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2334
_cacheForegroundFlashCount
= CreateInstance(SystemResourceKeyID.ForegroundFlashCount);
2 references to _cacheForegroundFlashCount
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2332
if (
_cacheForegroundFlashCount
== null)
2337
return
_cacheForegroundFlashCount
;