3 references to UDM_GETBUDDY
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsSpinner.cs (2)
78
hwndBuddy = Misc.ProxySendMessage(hwnd, NativeMethods.
UDM_GETBUDDY
, IntPtr.Zero, IntPtr.Zero);
300
IntPtr hwndBuddy = Misc.ProxySendMessage(hwndChild, NativeMethods.
UDM_GETBUDDY
, IntPtr.Zero, IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
374
IntPtr hwndBuddy = Misc.ProxySendMessage(hwnd, NativeMethods.
UDM_GETBUDDY
, IntPtr.Zero, IntPtr.Zero);