3 writes to state
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2078nativeItem.state = item.state; 2228nativeItem.state = item.state;
MS\Win32\NativeMethods.cs (1)
929stateMask = state = align = 0;
6 references to state
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2045state = item.state; 2195state = item.state;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
164if ((group.state & NativeMethods.LVGS_SUBSETED) != 0) 252if ((group.state & NativeMethods.LVGS_SUBSETED) != 0) 512if ((groupInfo.state & NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0)
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
95return (groupInfo.state & NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0;