2 references to GW_HWNDLAST
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
772
childHwnd = Misc.GetWindow(childHwnd, NativeMethods.
GW_HWNDLAST
);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
147
IntPtr hwndLastChild = Misc.GetWindow(hwndFirstChild, NativeMethods.
GW_HWNDLAST
);