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