2 references to mask
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
5553int newColumnWidth = ((hdItem.mask & NativeMethods.HDI_WIDTH) != 0) ? hdItem.cxy : -1; 5657if ((hdItem.mask & NativeMethods.HDI_ORDER) == NativeMethods.HDI_ORDER) {