2 references to LVM_SETCOLUMNW
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5275result = PInvokeCore.SendMessage(this, PInvoke.LVM_SETCOLUMNW, (WPARAM)ch.Index, ref lvColumn);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ColumnHeaderTests.cs (1)
1615if (MakeInvalid && m.Msg == (int)PInvoke.LVM_SETCOLUMNW)