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