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