7 writes to stateMask
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2086stateMask = item.stateMask, 2238stateMask = item.stateMask,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
156group.stateMask = NativeMethods.LVGS_SUBSETED; 244group.stateMask = NativeMethods.LVGS_SUBSETED; 508groupInfo.stateMask = NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
92groupInfo.stateMask = NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Win32\NativeMethods.cs (1)
929stateMask = state = align = 0;
2 references to stateMask
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2053stateMask = item.stateMask; 2205stateMask = item.stateMask;