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