Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanism.cs =================================================================== diff -u -r5ad23eae9f87bb12cbf453126070e8967e32d7ad -rd6d1b03ce8dc3c4e6bba565a85ea310f6196adea --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanism.cs (.../PipingFailureMechanism.cs) (revision 5ad23eae9f87bb12cbf453126070e8967e32d7ad) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanism.cs (.../PipingFailureMechanism.cs) (revision d6d1b03ce8dc3c4e6bba565a85ea310f6196adea) @@ -44,7 +44,7 @@ { PipingProbabilityAssessmentInput = new PipingProbabilityAssessmentInput(); GeneralInput = new GeneralPipingInput(); - SurfaceLines = new ObservableList(); + SurfaceLines = new ObservableCollectionWithSourcePath(); StochasticSoilModels = new ObservableCollectionWithSourcePath(); CalculationsGroup = new CalculationGroup(RingtoetsCommonDataResources.FailureMechanism_Calculations_DisplayName, false); @@ -62,7 +62,7 @@ /// /// Gets the available within the scope of the piping failure mechanism. /// - public ObservableList SurfaceLines { get; } + public ObservableCollectionWithSourcePath SurfaceLines { get; } /// /// Gets the available stochastic soil models within the scope of the piping failure mechanism.