1 write to _textFormattingMap
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
87_textFormattingMap = editorFormatMapService.GetEditorFormatMap("text");
4 references to _textFormattingMap
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (4)
88_textFormattingMap.FormatMappingChanged += UpdateBorderColors; 118var properties = _textFormattingMap.GetProperties(tagId); 377if (_textFormattingMap != null) 379_textFormattingMap.FormatMappingChanged -= UpdateBorderColors;