2 references to DesktopChangedCount
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Screen.cs (2)
233if (currentDesktopChangedCount != Screen.DesktopChangedCount) { 235Interlocked.Exchange(ref currentDesktopChangedCount, Screen.DesktopChangedCount);