Ejemplo n.º 1
0
 private void RemoveBookmark(BreakpointBookmark bookmark)
 {
     _textEdit.Document.BookmarkManager.RemoveMark(bookmark);
     bookmark.RemoveMarker();
     _textEdit.ActiveTextAreaControl.TextArea.Refresh(_textEdit.ActiveTextAreaControl.TextArea.IconBarMargin);
 }