Exemple #1
0
 /// <inheritdoc/>
 protected override void OnSegmentChanged()
 {
     ValidateCollapsedLineSections();
     base.OnSegmentChanged();
     // don't redraw if the FoldingSection wasn't added to the FoldingManager's collection yet
     if (IsConnectedToCollection)
     {
         manager.Redraw(this);
     }
 }