4 writes to state
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2005
nativeItem.
state
= item.state;
2153
nativeItem.
state
= item.state;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
621
group.
state
= collapse ? NativeMethods.LVGS_COLLAPSED : 0;
MS\Win32\NativeMethods.cs (1)
903
stateMask =
state
= align = 0;
3 references to state
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1988
state = item.
state
;
2136
state = item.
state
;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
440
isCollapsed = (group.
state
& NativeMethods.LVGS_COLLAPSED) != 0;