7 writes to stateMask
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2085stateMask = item.stateMask, 2237stateMask = item.stateMask,
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
155group.stateMask = NativeMethods.LVGS_SUBSETED; 243group.stateMask = NativeMethods.LVGS_SUBSETED; 507groupInfo.stateMask = NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
91groupInfo.stateMask = NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Win32\NativeMethods.cs (1)
928stateMask = state = align = 0;
2 references to stateMask
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2052stateMask = item.stateMask; 2204stateMask = item.stateMask;