1 write to _textFormatMap
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
50
_textFormatMap
= _classificationFormatMapService.GetClassificationFormatMap("text");
3 references to _textFormatMap
Microsoft.VisualStudio.LanguageServices (3)
HACK_ThemeColorFixer.cs (3)
51
_textFormatMap
.ClassificationFormatMappingChanged += TextFormatMap_ClassificationFormatMappingChanged;
60
_textFormatMap
.ClassificationFormatMappingChanged -= TextFormatMap_ClassificationFormatMappingChanged;
80
_textFormatMap
.ClassificationFormatMappingChanged += TextFormatMap_ClassificationFormatMappingChanged;