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