4 writes to state
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2395state = item.state, 2447state = item.state,
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
510treeItem.state = val;
MS\Win32\NativeMethods.cs (1)
1648state = 0;
4 references to state
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2378state = item.state; 2430state = item.state;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
1552overlay = (treeItem.state >> 8) & 0x0F; 1553state = (treeItem.state >> 12) & 0x0F;