2 references to EnumChildrenCallback
WindowsBase (2)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
2108public static void EnumChildWindows(HandleRef hwndParent, EnumChildrenCallback lpEnumFunc, HandleRef lParam) 2120private static extern bool IntEnumChildWindows(HandleRef hwndParent, EnumChildrenCallback lpEnumFunc, HandleRef lParam);