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