4 writes to state
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2004state = item.state, 2154state = item.state,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
612group.state = collapse ? NativeMethods.LVGS_COLLAPSED : 0;
MS\Win32\NativeMethods.cs (1)
885stateMask = state = align = 0;
3 references to state
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1987state = item.state; 2137state = item.state;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
430isCollapsed = (group.state & NativeMethods.LVGS_COLLAPSED) != 0;