7 writes to stateMask
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
2077nativeItem.stateMask = item.stateMask; 2227nativeItem.stateMask = item.stateMask;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
156group.stateMask = NativeMethods.LVGS_SUBSETED; 244group.stateMask = NativeMethods.LVGS_SUBSETED; 507groupInfo.stateMask = NativeMethods.LVGS_SUBSETLINKFOCUSED;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
90groupInfo.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)
2044stateMask = item.stateMask; 2194stateMask = item.stateMask;