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