Esempio n. 1
0
 public BookmarkContext(UIDispatcher uiDispatcher, IClassificationFormatMap classificationFormatMap, ITextElementProvider textElementProvider, SearchMatcher searchMatcher, BookmarkFormatter formatter)
 {
     UIDispatcher                  = uiDispatcher;
     ClassificationFormatMap       = classificationFormatMap;
     TextElementProvider           = textElementProvider;
     TextClassifierTextColorWriter = new TextClassifierTextColorWriter();
     SearchMatcher                 = searchMatcher;
     Formatter = formatter;
 }
Esempio n. 2
0
 public BookmarkFormatter Create() =>
 BookmarkFormatter.Create_DONT_USE();