7 writes to stateMask
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2077
nativeItem.
stateMask
= item.stateMask;
2227
nativeItem.
stateMask
= item.stateMask;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
156
group.
stateMask
= NativeMethods.LVGS_SUBSETED;
244
group.
stateMask
= NativeMethods.LVGS_SUBSETED;
507
groupInfo.
stateMask
= NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
90
groupInfo.
stateMask
= NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Win32\NativeMethods.cs (1)
929
stateMask
= state = align = 0;
2 references to stateMask
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2044
stateMask = item.
stateMask
;
2194
stateMask = item.
stateMask
;