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