4 writes to state
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2005state = item.state, 2155state = item.state,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
613group.state = collapse ? NativeMethods.LVGS_COLLAPSED : 0;
MS\Win32\NativeMethods.cs (1)
886stateMask = state = align = 0;
3 references to state
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1988state = item.state; 2138state = item.state;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
431isCollapsed = (group.state & NativeMethods.LVGS_COLLAPSED) != 0;