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