1 write to _textFormatMap
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
48
_textFormatMap
= _classificationFormatMapService.GetClassificationFormatMap("text");
3 references to _textFormatMap
Microsoft.VisualStudio.LanguageServices (3)
HACK_ThemeColorFixer.cs (3)
49
_textFormatMap
.ClassificationFormatMappingChanged += TextFormatMap_ClassificationFormatMappingChanged;
58
_textFormatMap
.ClassificationFormatMappingChanged -= TextFormatMap_ClassificationFormatMappingChanged;
78
_textFormatMap
.ClassificationFormatMappingChanged += TextFormatMap_ClassificationFormatMappingChanged;