1 write to _foregroundFlashCount
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2125
if (UnsafeNativeMethods.SystemParametersInfo(NativeMethods.SPI_GETFOREGROUNDFLASHCOUNT, 0, ref
_foregroundFlashCount
, 0))
1 reference to _foregroundFlashCount
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2136
return
_foregroundFlashCount
;