3 writes to state
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2086
nativeItem.
state
= item.state;
2236
nativeItem.
state
= item.state;
MS\Win32\NativeMethods.cs (1)
946
stateMask =
state
= align = 0;
6 references to state
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2053
state = item.
state
;
2203
state = item.
state
;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
173
if ((group.
state
& NativeMethods.LVGS_SUBSETED) != 0)
261
if ((group.
state
& NativeMethods.LVGS_SUBSETED) != 0)
521
if ((groupInfo.
state
& NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0)
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
98
return (groupInfo.
state
& NativeMethods.LVGS_SUBSETLINKFOCUSED) != 0;