4 writes to state
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2389nativeItem.state = item.state; 2440nativeItem.state = item.state;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
521treeItem.state = val;
MS\Win32\NativeMethods.cs (1)
1666state = 0;
4 references to state
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2372state = item.state; 2423state = item.state;
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
1563overlay = (treeItem.state >> 8) & 0x0F; 1564state = (treeItem.state >> 12) & 0x0F;