2 references to EnumChildrenCallbackVoid
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
177
internal unsafe static bool EnumChildWindows(IntPtr hwnd, NativeMethods.
EnumChildrenCallbackVoid
lpEnumFunc, void* lParam)
MS\Win32\UnsafeNativeMethods.cs (1)
269
internal unsafe static extern bool EnumChildWindows(IntPtr hwndParent, NativeMethods.
EnumChildrenCallbackVoid
lpEnumFunc, void* lParam);