1 write to _textFormattingMap
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
84_textFormattingMap = editorFormatMapService.GetEditorFormatMap("text");
4 references to _textFormattingMap
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (4)
85_textFormattingMap.FormatMappingChanged += UpdateBorderColors; 115var properties = _textFormattingMap.GetProperties(tagId); 369if (_textFormattingMap != null) 371_textFormattingMap.FormatMappingChanged -= UpdateBorderColors;