Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/22/14 13:46:30 (10 years ago)
Author:
abeham
Message:

#2042: Also renamed properties of BidirectionalDictionary so that the two have similar names for similar things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views.GraphVisualization.Views/3.3/GraphVisualizationInfoView.cs

    r9456 r10366  
    8484
    8585    private void UpdateContent() {
    86       foreach (IConnectionInfo connectionInfo in this.connectionInfoConnectionMapping.FirstValues.ToList())
     86      foreach (IConnectionInfo connectionInfo in this.connectionInfoConnectionMapping.FirstKeys.ToList())
    8787        this.RemoveConnectionInfo(connectionInfo);
    8888      this.connectionInfoConnectionMapping.Clear();
    89       foreach (IShapeInfo shapeInfo in this.shapeInfoShapeMapping.FirstValues.ToList())
     89      foreach (IShapeInfo shapeInfo in this.shapeInfoShapeMapping.FirstKeys.ToList())
    9090        this.RemoveShapeInfo(shapeInfo);
    9191      this.shapeInfoShapeMapping.Clear();
Note: See TracChangeset for help on using the changeset viewer.