7 writes to stateMask
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2085
nativeItem.
stateMask
= item.stateMask;
2235
nativeItem.
stateMask
= item.stateMask;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
165
group.
stateMask
= NativeMethods.LVGS_SUBSETED;
253
group.
stateMask
= NativeMethods.LVGS_SUBSETED;
516
groupInfo.
stateMask
= NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
93
groupInfo.
stateMask
= NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Win32\NativeMethods.cs (1)
946
stateMask
= state = align = 0;
2 references to stateMask
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2052
stateMask = item.
stateMask
;
2202
stateMask = item.
stateMask
;