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