3 writes to state
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2086state = item.state, 2238state = item.state,
MS\Win32\NativeMethods.cs (1)
928stateMask = state = align = 0;
6 references to state
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2053state = item.state; 2205state = item.state;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
163if ((group.state & NativeMethods.LVGS_SUBSETED) != 0) 251if ((group.state & NativeMethods.LVGS_SUBSETED) != 0) 512if ((groupInfo.state & NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0)
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
96return (groupInfo.state & NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0;