1 instantiation of QuickInfoOnTheFlyDocsElement
Microsoft.CodeAnalysis.Features (1)
QuickInfo\Presentation\QuickInfoContentBuilder.cs (1)
175
elements.Add(new
QuickInfoOnTheFlyDocsElement
(context.Document, quickInfoItem.OnTheFlyDocsInfo));
4 references to QuickInfoOnTheFlyDocsElement
Microsoft.CodeAnalysis.EditorFeatures (4)
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
79
QuickInfoOnTheFlyDocsElement
onTheFlyDocsElement,
QuickInfo\OnTheFlyDocsViewFactory.cs (3)
25
[TypeConversion(from: typeof(
QuickInfoOnTheFlyDocsElement
), to: typeof(UIElement))]
59
var
onTheFlyDocsElement = (
QuickInfoOnTheFlyDocsElement
)model;