2 references to EnumThreadWindowsCallback
System (2)
compmod\microsoft\win32\NativeMethods.cs (1)
1292public static extern bool EnumWindows(EnumThreadWindowsCallback callback, IntPtr extraData);
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
38NativeMethods.EnumThreadWindowsCallback callback = new NativeMethods.EnumThreadWindowsCallback(this.EnumWindowsCallback);