2 references to EnumWindowsCallback
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.EnumWindows.cs (2)
13
public static unsafe BOOL EnumWindows(
EnumWindowsCallback
callback)
32
return ((
EnumWindowsCallback
)((GCHandle)(nint)lParam).Target!)(hWnd);