3 writes to state
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2086nativeItem.state = item.state; 2236nativeItem.state = item.state;
MS\Win32\NativeMethods.cs (1)
946stateMask = state = align = 0;
6 references to state
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2053state = item.state; 2203state = item.state;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
173if ((group.state & NativeMethods.LVGS_SUBSETED) != 0) 261if ((group.state & NativeMethods.LVGS_SUBSETED) != 0) 521if ((groupInfo.state & NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0)
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
98return (groupInfo.state & NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0;