3 references to EnumThreadWindowsCallback
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (1)
780SafeNativeMethods.EnumThreadWindowsCallback callback = new SafeNativeMethods.EnumThreadWindowsCallback(Application.SendThemeChanged);
winforms\Managed\System\WinForms\Form.cs (1)
5525SafeNativeMethods.EnumThreadWindowsCallback callback = null;
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
604public static extern bool EnumWindows(EnumThreadWindowsCallback callback, IntPtr extraData);