Example #1
0
 HexClassificationFormatMapServiceImpl(VSTC.IClassificationFormatMapService classificationFormatMapService) => this.classificationFormatMapService = classificationFormatMapService;
 HexTextElementCreatorProviderImpl(CTC.ITextElementProvider textElementProvider, VSTC.IClassificationFormatMapService classificationFormatMapService)
 {
     this.textElementProvider            = textElementProvider;
     this.classificationFormatMapService = classificationFormatMapService;
 }
Example #3
0
 SpacerMarginProvider(VSTC.IClassificationFormatMapService classificationFormatMapService, CTC.IThemeClassificationTypeService themeClassificationTypeService, TF.ITextFormatterProvider textFormatterProvider)
 {
     this.classificationFormatMapService = classificationFormatMapService;
     this.themeClassificationTypeService = themeClassificationTypeService;
     this.textFormatterProvider          = textFormatterProvider;
 }
Example #4
0
		SpacerMarginProvider(VSTC.IClassificationFormatMapService classificationFormatMapService, CTC.IThemeClassificationTypeService themeClassificationTypeService, TF.ITextFormatterProvider textFormatterProvider) {
			this.classificationFormatMapService = classificationFormatMapService;
			this.themeClassificationTypeService = themeClassificationTypeService;
			this.textFormatterProvider = textFormatterProvider;
		}