2 references to EnumChildrenCallback
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1573
NativeMethods.
EnumChildrenCallback
cb = new NativeMethods.EnumChildrenCallback(c.enumChildren);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
401
public static extern bool EnumChildWindows(HandleRef hwndParent, NativeMethods.
EnumChildrenCallback
lpEnumFunc, HandleRef lParam);