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