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