3 references to LIS_FOCUSED
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (3)
251
if (Misc.IsBitSet(_linkItem.state, NativeMethods.
LIS_FOCUSED
))
406
linkItem.stateMask = NativeMethods.
LIS_FOCUSED
;
407
linkItem.state = NativeMethods.
LIS_FOCUSED
;