2 references to InsertColumnNative
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3822
int idx = IsHandleCreated && View != View.Tile ?
InsertColumnNative
(index, ch) : index;
4610
InsertColumnNative
(index++, column);