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