2 references to WNDENUMPROC
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
IntegrationHelper.cs (1)
140var enumFunc = new NativeMethods.WNDENUMPROC((hWnd, lParam) =>
NativeMethods.cs (1)
140public static extern bool EnumWindows([MarshalAs(UnmanagedType.FunctionPtr)] WNDENUMPROC lpEnumFunc, IntPtr lParam);