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