1 write to _cacheForegroundFlashCount
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2144
_cacheForegroundFlashCount
= CreateInstance(SystemResourceKeyID.ForegroundFlashCount);
2 references to _cacheForegroundFlashCount
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2142
if (
_cacheForegroundFlashCount
== null)
2147
return
_cacheForegroundFlashCount
;