static void PasteAll(RoadEditorCollapsiblePanel groupPanel) { Log.Debug("PasteAll called"); NetLaneProps.Prop[] props = ClipBoard.GetDataArray() as NetLaneProps.Prop[]; AddProps(groupPanel, props); }