2 references to TB_GETHOTITEM
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsToolbar.cs (2)
242
int focusIndex = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TB_GETHOTITEM
, IntPtr.Zero, IntPtr.Zero);
591
return Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TB_GETHOTITEM
, IntPtr.Zero, IntPtr.Zero) == _item;