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