3 writes to state
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2087state = item.state, 2239state = item.state,
MS\Win32\NativeMethods.cs (1)
929stateMask = state = align = 0;
6 references to state
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2054state = item.state; 2206state = item.state;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
164if ((group.state & NativeMethods.LVGS_SUBSETED) != 0) 252if ((group.state & NativeMethods.LVGS_SUBSETED) != 0) 513if ((groupInfo.state & NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0)
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
97return (groupInfo.state & NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0;