6 writes to mask
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1883nativeItem.mask = item.mask; 1945nativeItem.mask = item.mask;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
480item.mask = NativeMethods.LVIF_GROUPID;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
220item.mask = NativeMethods.LVIF_GROUPID; 384item.mask = NativeMethods.LVIF_GROUPID;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
742item.mask = NativeMethods.LVIF_GROUPID;
2 references to mask
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1863mask = item.mask; 1923mask = item.mask;