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