6 writes to mask
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1875nativeItem.mask = item.mask; 1937nativeItem.mask = item.mask;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
471item.mask = NativeMethods.LVIF_GROUPID;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
207item.mask = NativeMethods.LVIF_GROUPID; 370item.mask = NativeMethods.LVIF_GROUPID;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
734item.mask = NativeMethods.LVIF_GROUPID;
2 references to mask
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1855mask = item.mask; 1915mask = item.mask;