Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs =================================================================== diff -u -r7e53012ecddcce8dd6c01cfbe48769ea2a4e5f8c -re928e5f9e5924c2e7d72ceb51dbb4fe143d2fea7 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs (.../GeneralResultFaultTreeIllustrationPointView.cs) (revision 7e53012ecddcce8dd6c01cfbe48769ea2a4e5f8c) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/GeneralResultFaultTreeIllustrationPointView.cs (.../GeneralResultFaultTreeIllustrationPointView.cs) (revision e928e5f9e5924c2e7d72ceb51dbb4fe143d2fea7) @@ -41,7 +41,7 @@ private readonly Func> getGeneralResultFunc; private ICalculation data; - private bool suspendllustrationPointsControlEvents; + private bool suspendIllustrationPointsControlEvents; public event EventHandler SelectionChanged; @@ -107,9 +107,9 @@ /// or . private void UpdateControls() { - suspendllustrationPointsControlEvents = true; + suspendIllustrationPointsControlEvents = true; UpdateIllustrationPointsControl(); - suspendllustrationPointsControlEvents = false; + suspendIllustrationPointsControlEvents = false; UpdateIllustrationPointsFaultTreeControl(); ProvideIllustrationPointSelection(); @@ -190,7 +190,7 @@ private void IllustrationPointsControlOnSelectionChanged(object sender, EventArgs e) { - if (suspendllustrationPointsControlEvents) + if (suspendIllustrationPointsControlEvents) { return; }