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