4 writes to state
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2394state = item.state, 2446state = item.state,
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
505treeItem.state = val;
MS\Win32\NativeMethods.cs (1)
1647state = 0;
4 references to state
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2377state = item.state; 2429state = item.state;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
1547overlay = (treeItem.state >> 8) & 0x0F; 1548state = (treeItem.state >> 12) & 0x0F;