3 references to UDM_GETBUDDY
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsSpinner.cs (2)
60
hwndBuddy = Misc.ProxySendMessage(hwnd, NativeMethods.
UDM_GETBUDDY
, IntPtr.Zero, IntPtr.Zero);
282
IntPtr hwndBuddy = Misc.ProxySendMessage(hwndChild, NativeMethods.
UDM_GETBUDDY
, IntPtr.Zero, IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
353
IntPtr hwndBuddy = Misc.ProxySendMessage(hwnd, NativeMethods.
UDM_GETBUDDY
, IntPtr.Zero, IntPtr.Zero);