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