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