2 references to TCM_GETCURFOCUS
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
293
int focusIndex = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TCM_GETCURFOCUS
, IntPtr.Zero, IntPtr.Zero);
1261
return Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TCM_GETCURFOCUS
, IntPtr.Zero, IntPtr.Zero) == _item;