3 references to ToTextBlock
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
WpfClassificationExtensions.cs (1)
103=> SpecializedCollections.SingletonEnumerable(part).ToTextBlock(formatMap, typeMap);
Microsoft.VisualStudio.LanguageServices (2)
ChangeSignature\ChangeSignatureDialogViewModel.cs (1)
339var textBlock = displayParts.ToTaggedText().ToTextBlock(_classificationFormatMap, _classificationTypeMap);
InheritanceMargin\MarginGlyph\InheritanceMarginGlyphViewModel.cs (1)
46_lazyToolTipTextBlock = new[] { new TaggedText(TextTags.Text, member.TopLevelDisplayText) }.ToTextBlock(_classificationFormatMap, _classificationTypeMap);